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 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
Subinterfaces of Loadable in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement Loadable Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
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.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 class
MockEntityPersister
static class
ProcessorSessionFactory.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 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
-