Package org.hibernate.dialect.identity
Class Oracle12cGetGeneratedKeysDelegate
java.lang.Object
org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
org.hibernate.id.insert.AbstractReturningDelegate
org.hibernate.id.insert.GetGeneratedKeysDelegate
org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
- All Implemented Interfaces:
GeneratedValuesMutationDelegate,InsertGeneratedIdentifierDelegate
@Deprecated(forRemoval=true)
@Remove
public class Oracle12cGetGeneratedKeysDelegate
extends GetGeneratedKeysDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Andrea Boriero
-
Field Summary
Fields inherited from class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
jdbcValuesMappingProducer, persister -
Constructor Summary
ConstructorsConstructorDescriptionOracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseOracle12cGetGeneratedKeysDelegate(EntityPersister)instead.Oracle12cGetGeneratedKeysDelegate(EntityPersister persister) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.hibernate.id.insert.GetGeneratedKeysDelegate
createTableMutationBuilder, executeAndExtractReturning, performMutation, prepareStatementMethods inherited from class org.hibernate.id.insert.AbstractReturningDelegate
executeAndExtract, performInsertReturning, releaseStatementMethods inherited from class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
dialect, getGeneratedValuesMappingProducer, getTiming, supportsArbitraryValues, supportsRowIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
getGeneratedValuesMappingProducer, getTiming, supportsArbitraryValues, supportsRowIdMethods inherited from interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
createTableInsertBuilder, performInsert, performInsert, prepareIdentifierGeneratingInsert
-
Constructor Details
-
Oracle12cGetGeneratedKeysDelegate
@Deprecated(forRemoval=true, since="6.5") public Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) Deprecated, for removal: This API element is subject to removal in a future version.UseOracle12cGetGeneratedKeysDelegate(EntityPersister)instead. -
Oracle12cGetGeneratedKeysDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
-
GetGeneratedKeysDelegateinstead