Uses of Class
org.hibernate.id.insert.GetGeneratedKeysDelegate
-
Packages that use GetGeneratedKeysDelegate Package Description org.hibernate.dialect.identity Support forDialect-specific identity column handling.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids. -
-
Uses of GetGeneratedKeysDelegate in org.hibernate.dialect.identity
Subclasses of GetGeneratedKeysDelegate in org.hibernate.dialect.identity Modifier and Type Class Description classOracle12cGetGeneratedKeysDelegateDeprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegateinsteadMethods in org.hibernate.dialect.identity that return GetGeneratedKeysDelegate 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)GetGeneratedKeysDelegateSybaseJconnIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect) -
Uses of GetGeneratedKeysDelegate in org.hibernate.id.insert
Subclasses of GetGeneratedKeysDelegate in org.hibernate.id.insert Modifier and Type Class Description classSybaseJConnGetGeneratedKeysDelegateSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.
-