Uses of Interface
org.hibernate.bytecode.instrumentation.spi.LazyPropertyInitializer

Packages that use LazyPropertyInitializer
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.test.annotations.persister   
 

Uses of LazyPropertyInitializer in org.hibernate.persister.entity
 

Classes in org.hibernate.persister.entity that implement LazyPropertyInitializer
 class AbstractEntityPersister
          Basic functionality for persisting an entity via JDBC through either generated or custom SQL
 class JoinedSubclassEntityPersister
          An EntityPersister implementing the normalized "table-per-subclass" mapping strategy
 class SingleTableEntityPersister
          The default implementation of the EntityPersister interface.
 class UnionSubclassEntityPersister
          Implementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy.
 

Uses of LazyPropertyInitializer in org.hibernate.test.annotations.persister
 

Classes in org.hibernate.test.annotations.persister that implement LazyPropertyInitializer
 class EntityPersister
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.