Uses of Class
org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
Packages that use AbstractGeneratedValuesMutationDelegate
Package
Description
Support for
Dialect-specific identity column handling.Contains a framework of strategies for retrieving database-generated ids.
-
Uses of AbstractGeneratedValuesMutationDelegate in org.hibernate.dialect.identity
Subclasses of AbstractGeneratedValuesMutationDelegate in org.hibernate.dialect.identityModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AbstractGeneratedValuesMutationDelegate in org.hibernate.id.insert
Subclasses of AbstractGeneratedValuesMutationDelegate in org.hibernate.id.insertModifier and TypeClassDescriptionclassAbstractGeneratedValuesMutationDelegateimplementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.classAbstractGeneratedValuesMutationDelegateimplementation where the underlying strategy requires a subsequentselectafter theinsertto determine the generated identifier.classDelegate for dealing withIDENTITYcolumns where the dialect requires an additional command execution to retrieve the generatedIDENTITYvalueclassDelegate for dealing with generated values using the JDBC3 methodStatement.getGeneratedKeys().classDelegate for dealing with generated values where the dialect supports returning the generated column directly from the mutation statement.classSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.classUses a unique key of the inserted entity to locate the newly inserted row.
GetGeneratedKeysDelegateinstead