Uses of Interface
org.hibernate.persister.entity.SQLLoadable
-
Packages that use SQLLoadable Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.query.sql.internal -
-
Uses of SQLLoadable in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement SQLLoadable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of SQLLoadable in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return SQLLoadable Modifier and Type Method Description SQLLoadable
ResultSetMappingProcessor. getEntityPersister(String alias)
SQLLoadable
SQLQueryParser.ParserContext. getEntityPersister(String alias)
-