Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate
-
Packages that use AbstractReturningDelegate 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 AbstractReturningDelegate in org.hibernate.dialect.identity
Subclasses of AbstractReturningDelegate 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, useGetGeneratedKeysDelegateinstead -
Uses of AbstractReturningDelegate in org.hibernate.id.insert
Subclasses of AbstractReturningDelegate in org.hibernate.id.insert Modifier and Type Class Description classGetGeneratedKeysDelegateDelegate for dealing withIDENTITYcolumns using the JDBC3 methodStatement.getGeneratedKeys().classInsertReturningDelegateDelegate for dealing withIDENTITYcolumns where the dialect supports returning the generatedIDENTITYvalue directly from the insert statement.classSybaseJConnGetGeneratedKeysDelegateSpecializedIdentifierGeneratingInsertwhich appends the database specific clause which signifies to return generatedIDENTITYvalues to the end of the insert statement.
-