Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate
-
Packages that use AbstractReturningDelegate Package Description org.hibernate.dialect.identity org.hibernate.id.insert -
-
Uses of AbstractReturningDelegate in org.hibernate.dialect.identity
Subclasses of AbstractReturningDelegate in org.hibernate.dialect.identity Modifier and Type Class Description class
Oracle12cGetGeneratedKeysDelegate
Deprecated, for removal: This API element is subject to removal in a future version.no longer used, useGetGeneratedKeysDelegate
instead -
Uses of AbstractReturningDelegate in org.hibernate.id.insert
Subclasses of AbstractReturningDelegate in org.hibernate.id.insert Modifier and Type Class Description class
GetGeneratedKeysDelegate
Delegate for dealing withIDENTITY
columns using the JDBC3 methodStatement.getGeneratedKeys()
.class
InsertReturningDelegate
Delegate for dealing withIDENTITY
columns where the dialect supports returning the generatedIDENTITY
value directly from the insert statement.
-