Uses of Interface
org.hibernate.persister.entity.Loadable
Packages that use Loadable
Package
Description
This package abstracts persistence mechanisms for entities.
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 LoadableModifier and TypeMethodDescriptiondefault 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.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement LoadableModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy.Constructors in org.hibernate.persister.entity with parameters of type LoadableModifierConstructorDescriptionDiscriminatorType(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.sql.exec.spi
Methods in org.hibernate.sql.exec.spi with parameters of type LoadableModifier and TypeMethodDescriptiondefault 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