Uses of Interface
org.hibernate.persister.entity.Loadable
-
Packages that use Loadable Package Description org.hibernate.loader.ast.internal org.hibernate.loader.ast.spi org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.org.hibernate.sql.exec.internal org.hibernate.sql.exec.spi -
-
Uses of Loadable in org.hibernate.loader.ast.internal
Constructors in org.hibernate.loader.ast.internal with parameters of type Loadable Constructor Description SingleIdLoadPlan(Loadable persister, ModelPart restrictivePart, SelectStatement sqlAst, List<JdbcParameter> jdbcParameters, LockOptions lockOptions, SessionFactoryImplementor sessionFactory)
-
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 void
AfterLoadAction. afterLoad(SharedSessionContractImplementor session, Object entity, Loadable persister)
-
Uses of Loadable in org.hibernate.persister.entity
Subinterfaces of Loadable in org.hibernate.persister.entity Modifier and Type Interface Description interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement Loadable 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.Constructors in org.hibernate.persister.entity with parameters of type Loadable Constructor Description DiscriminatorType(BasicType<?> underlyingType, Loadable persister)
-
Uses of Loadable in org.hibernate.sql.exec.internal
Methods in org.hibernate.sql.exec.internal with parameters of type Loadable Modifier and Type Method Description void
CallbackImpl. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
void
CallbackNoOp. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
-
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 void
Callback. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
-