Uses of Interface
org.hibernate.persister.entity.Loadable
Package
Description
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
SPI for execution of SQL statements via JDBC.
-
Uses of Loadable in org.hibernate.loader.ast.spi
Modifier and TypeMethodDescriptiondefault void
AfterLoadAction.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
Modifier and TypeInterfaceDescriptioninterface
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Deprecated.UseEntityMappingType
insteadinterface
Deprecated, for removal: This API element is subject to removal in a future version.interface
Modifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy.ModifierConstructorDescriptionDiscriminatorType
(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
Modifier and TypeClassDescriptionclass
static class
-
Uses of Loadable in org.hibernate.sql.exec.spi
Modifier and TypeMethodDescriptiondefault void
Callback.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