Uses of Interface
org.hibernate.id.PostInsertIdentityPersister
Packages that use PostInsertIdentityPersister
Package
Description
Support for
Dialect-specific identity column handling.This package defines an abstraction over all kinds of automatic
value generation, including id generation and version number
generation.
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.Contains a framework of strategies for retrieving database-generated ids.
This package abstracts persistence mechanisms for entities.
-
Uses of PostInsertIdentityPersister in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type PostInsertIdentityPersisterModifier and TypeMethodDescriptiondefault GetGeneratedKeysDelegateIdentityColumnSupport.buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.dialect.identity with parameters of type PostInsertIdentityPersisterModifierConstructorDescriptionOracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseOracle12cGetGeneratedKeysDelegate(EntityPersister)instead. -
Uses of PostInsertIdentityPersister in org.hibernate.generator
Methods in org.hibernate.generator with parameters of type PostInsertIdentityPersisterModifier and TypeMethodDescriptionOnExecutionGenerator.getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister) TheInsertGeneratedIdentifierDelegateused to retrieve the generated value if this object is an identifier generator. -
Uses of PostInsertIdentityPersister in org.hibernate.id
Methods in org.hibernate.id with parameters of type PostInsertIdentityPersisterModifier and TypeMethodDescriptionIdentityGenerator.getGeneratedIdentifierDelegate(PostInsertIdentityPersister persister) static ObjectIdentifierGeneratorHelper.getGeneratedIdentity(String path, ResultSet resultSet, PostInsertIdentityPersister persister, WrapperOptions wrapperOptions) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PostInsertIdentityPersister in org.hibernate.id.insert
Constructors in org.hibernate.id.insert with parameters of type PostInsertIdentityPersisterModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.protectedDeprecated, for removal: This API element is subject to removal in a future version.BasicSelectingDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseBasicSelectingDelegate(EntityPersister)instead.GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean inferredKeys) Deprecated, for removal: This API element is subject to removal in a future version.InsertReturningDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseInsertReturningDelegate(EntityPersister, EventType)instead.SybaseJConnGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseSybaseJConnGetGeneratedKeysDelegate(EntityPersister)instead.TableInsertReturningBuilder(PostInsertIdentityPersister mutationTarget, SessionFactoryImplementor sessionFactory) Deprecated, for removal: This API element is subject to removal in a future version.UniqueKeySelectingDelegate(PostInsertIdentityPersister persister, Dialect dialect, String[] uniqueKeyPropertyNames) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PostInsertIdentityPersister in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement PostInsertIdentityPersisterModifier 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.
IdentityColumnSupport.buildGetGeneratedKeysDelegate(EntityPersister)instead.