Uses of Interface
org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
-
Packages that use InsertGeneratedIdentifierDelegate Package Description org.hibernate.dialect.identity org.hibernate.id org.hibernate.id.insert -
-
Uses of InsertGeneratedIdentifierDelegate in org.hibernate.dialect.identity
Classes in org.hibernate.dialect.identity that implement InsertGeneratedIdentifierDelegate Modifier and Type Class Description classGetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysclassOracle12cGetGeneratedKeysDelegate -
Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id
Classes in org.hibernate.id that implement InsertGeneratedIdentifierDelegate Modifier and Type Class Description static classIdentityGenerator.BasicDelegateDelegate for dealing with IDENTITY columns where the dialect requires an additional command execution to retrieve the generated IDENTITY valuestatic classIdentityGenerator.InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.static classSelectGenerator.SelectGeneratorDelegateThe delegate for the select generation strategy.Methods in org.hibernate.id that return InsertGeneratedIdentifierDelegate 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) -
Uses of InsertGeneratedIdentifierDelegate in org.hibernate.id.insert
Classes in org.hibernate.id.insert that implement InsertGeneratedIdentifierDelegate Modifier and Type Class Description classAbstractReturningDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.classAbstractSelectingDelegateAbstract InsertGeneratedIdentifierDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.
-