Uses of Class
org.hibernate.id.insert.AbstractReturningDelegate
-
Packages that use AbstractReturningDelegate Package Description org.hibernate.dialect.identity org.hibernate.id -
-
Uses of AbstractReturningDelegate in org.hibernate.dialect.identity
Subclasses of AbstractReturningDelegate in org.hibernate.dialect.identity Modifier and Type Class Description classGetGeneratedKeysDelegateDelegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysclassOracle12cGetGeneratedKeysDelegate -
Uses of AbstractReturningDelegate in org.hibernate.id
Subclasses of AbstractReturningDelegate in org.hibernate.id Modifier and Type Class Description static classIdentityGenerator.InsertSelectDelegateDelegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.static classSequenceIdentityGenerator.DelegateDeprecated.
-