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 Implementation of the SPIs for native SQL query support. -
-
Uses of SQLLoadable in org.hibernate.persister.entity
Subinterfaces of SQLLoadable in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesClasses in org.hibernate.persister.entity that implement SQLLoadable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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. -
Uses of SQLLoadable in org.hibernate.query.sql.internal
Methods in org.hibernate.query.sql.internal that return SQLLoadable Modifier and Type Method Description SQLLoadableResultSetMappingProcessor. getEntityPersister(String alias)SQLLoadableSQLQueryParser.ParserContext. getEntityPersister(String alias)
-