Uses of Interface
org.hibernate.id.PostInsertIdentityPersister
-
Packages that use PostInsertIdentityPersister Package Description org.hibernate.dialect.identity org.hibernate.id org.hibernate.id.insert org.hibernate.persister.entity -
-
Uses of PostInsertIdentityPersister in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type PostInsertIdentityPersister Modifier and Type Method Description GetGeneratedKeysDelegateIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysGetGeneratedKeysDelegateIdentityColumnSupportImpl. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)GetGeneratedKeysDelegateOracle12cIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)Constructors in org.hibernate.dialect.identity with parameters of type PostInsertIdentityPersister Constructor Description GetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) -
Uses of PostInsertIdentityPersister in org.hibernate.id
Methods in org.hibernate.id with parameters of type PostInsertIdentityPersister Modifier and Type Method Description InsertGeneratedIdentifierDelegateIdentityGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegatePostInsertIdentifierGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegateSelectGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)InsertGeneratedIdentifierDelegateSequenceIdentityGenerator. getInsertGeneratedIdentifierDelegate(PostInsertIdentityPersister persister, Dialect dialect, boolean isGetGeneratedKeysEnabled)Deprecated.Constructors in org.hibernate.id with parameters of type PostInsertIdentityPersister Constructor Description BasicDelegate(PostInsertIdentityPersister persister, Dialect dialect)Delegate(PostInsertIdentityPersister persister, QualifiedName physicalSequenceName)InsertSelectDelegate(PostInsertIdentityPersister persister, Dialect dialect) -
Uses of PostInsertIdentityPersister in org.hibernate.id.insert
Methods in org.hibernate.id.insert that return PostInsertIdentityPersister Modifier and Type Method Description protected PostInsertIdentityPersisterAbstractReturningDelegate. getPersister()Constructors in org.hibernate.id.insert with parameters of type PostInsertIdentityPersister Constructor Description AbstractReturningDelegate(PostInsertIdentityPersister persister)AbstractSelectingDelegate(PostInsertIdentityPersister persister) -
Uses of PostInsertIdentityPersister in org.hibernate.persister.entity
Classes in org.hibernate.persister.entity that implement PostInsertIdentityPersister Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy.
-