Uses of Interface
org.hibernate.persister.entity.Loadable
-
Packages that use Loadable Package Description org.hibernate.loader.ast.spi org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.processor.validation Validation for HQL queries.org.hibernate.sql.exec.spi SPI for execution of SQL statements via JDBC. -
-
Uses of Loadable in org.hibernate.loader.ast.spi
Methods in org.hibernate.loader.ast.spi with parameters of type Loadable Modifier and Type Method Description default voidAfterLoadAction. afterLoad(SharedSessionContractImplementor session, Object entity, Loadable persister)Deprecated, for removal: This API element is subject to removal in a future version.Use the updated form -
Uses of Loadable in org.hibernate.persister.entity
Subinterfaces of Loadable in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement Loadable 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.Constructors in org.hibernate.persister.entity with parameters of type Loadable Constructor Description DiscriminatorType(BasicType<?> underlyingType, Loadable persister, DiscriminatorConverter converter)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Loadable in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement Loadable Modifier and Type Class Description classMockEntityPersisterstatic classProcessorSessionFactory.EntityPersister -
Uses of Loadable in org.hibernate.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type Loadable Modifier and Type Method Description default voidCallback. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)Deprecated, for removal: This API element is subject to removal in a future version.Use the updated signature
-