Uses of Interface
org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
Packages that use LazyPropertyInitializer
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of LazyPropertyInitializer in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement LazyPropertyInitializerModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.