Uses of Interface
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
-
Packages that use LazyPropertyInitializer Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of LazyPropertyInitializer in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement LazyPropertyInitializer Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.
-