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 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 voidAfterLoadAction. 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 interfaceOuterJoinLoadableAEntityPersisterthat may be loaded by outer join using and may be an element of a one-to-many association.interfaceQueryableDeprecated.SeeQueryableinterfaceSQLLoadableAnEntityPersisterthat supports queries expressed in the platform native SQL dialect.interfaceUniqueKeyLoadableAnEntityPersisterthat can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement Loadable Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAnEntityPersisterimplementing 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) -
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 voidCallbackImpl. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)voidCallbackNoOp. 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 voidCallback. invokeAfterLoadActions(SharedSessionContractImplementor session, Object entity, Loadable persister)
-