Package org.hibernate.id.insert
Class SybaseJConnGetGeneratedKeysDelegate
java.lang.Object
org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
org.hibernate.id.insert.AbstractReturningDelegate
org.hibernate.id.insert.GetGeneratedKeysDelegate
org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
- All Implemented Interfaces:
GeneratedValuesMutationDelegate
,InsertGeneratedIdentifierDelegate
Specialized
GetGeneratedKeysDelegate
which appends the database
specific clause which signifies to return generated IDENTITY
values
to the end of the insert statement.-
Field Summary
Fields inherited from class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
jdbcValuesMappingProducer, persister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteAndExtractReturning
(String sql, PreparedStatement preparedStatement, SharedSessionContractImplementor session) prepareIdentifierGeneratingInsert
(String insertSQL) Append SQL specific to this delegate's mode of handling generated primary key values to the giveninsert
statement.Methods inherited from class org.hibernate.id.insert.GetGeneratedKeysDelegate
createTableMutationBuilder, performMutation, prepareStatement
Methods inherited from class org.hibernate.id.insert.AbstractReturningDelegate
performInsertReturning, releaseStatement
Methods inherited from class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
dialect, getGeneratedValuesMappingProducer, getTiming, supportsArbitraryValues, supportsRowId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.generator.values.GeneratedValuesMutationDelegate
getGeneratedValuesMappingProducer, getTiming, supportsArbitraryValues, supportsRowId
-
Constructor Details
-
SybaseJConnGetGeneratedKeysDelegate
-
-
Method Details
-
prepareIdentifierGeneratingInsert
Description copied from interface:InsertGeneratedIdentifierDelegate
Append SQL specific to this delegate's mode of handling generated primary key values to the giveninsert
statement.- Returns:
- The processed
insert
statement string
-