Uses of Class
org.hibernate.id.insert.IdentifierGeneratingInsert
-
Packages that use IdentifierGeneratingInsert Package Description org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids. -
-
Uses of IdentifierGeneratingInsert in org.hibernate.id.insert
Subclasses of IdentifierGeneratingInsert in org.hibernate.id.insert Modifier and Type Class Description classInsertSelectIdentityInsertSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.Methods in org.hibernate.id.insert that return IdentifierGeneratingInsert Modifier and Type Method Description IdentifierGeneratingInsertBasicSelectingDelegate. prepareIdentifierGeneratingInsert(SqlStringGenerationContext context)Deprecated.IdentifierGeneratingInsertGetGeneratedKeysDelegate. prepareIdentifierGeneratingInsert(SqlStringGenerationContext context)Deprecated.IdentifierGeneratingInsertInsertGeneratedIdentifierDelegate. prepareIdentifierGeneratingInsert(SqlStringGenerationContext context)Deprecated.this is no longer calledIdentifierGeneratingInsertInsertReturningDelegate. prepareIdentifierGeneratingInsert(SqlStringGenerationContext context)Deprecated.IdentifierGeneratingInsertUniqueKeySelectingDelegate. prepareIdentifierGeneratingInsert(SqlStringGenerationContext context)Deprecated.
-