Uses of Interface
org.hibernate.persister.entity.OuterJoinLoadable
Packages that use OuterJoinLoadable
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of OuterJoinLoadable in org.hibernate.persister.entity
Subinterfaces of OuterJoinLoadable in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesClasses in org.hibernate.persister.entity that implement OuterJoinLoadableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.