Uses of Interface
org.hibernate.persister.entity.SQLLoadable
-
Packages that use SQLLoadable Package Description org.hibernate.loader.custom.sql org.hibernate.persister.entity -
-
Uses of SQLLoadable in org.hibernate.loader.custom.sql
Methods in org.hibernate.loader.custom.sql that return SQLLoadable Modifier and Type Method Description SQLLoadableSQLQueryReturnProcessor.ResultAliasContext. getEntityPersister(java.lang.String alias) -
Uses of SQLLoadable in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement SQLLoadable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.
-