Uses of Interface
org.hibernate.persister.entity.OuterJoinLoadable
-
Packages that use OuterJoinLoadable Package Description org.hibernate.persister.entity -
-
Uses of OuterJoinLoadable in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement OuterJoinLoadable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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.
-