Uses of Class
org.hibernate.dialect.identity.GetGeneratedKeysDelegate
-
Packages that use GetGeneratedKeysDelegate Package Description org.hibernate.dialect.identity -
-
Uses of GetGeneratedKeysDelegate in org.hibernate.dialect.identity
Subclasses of GetGeneratedKeysDelegate in org.hibernate.dialect.identity Modifier and Type Class Description class
Oracle12cGetGeneratedKeysDelegate
Methods in org.hibernate.dialect.identity that return GetGeneratedKeysDelegate Modifier and Type Method Description GetGeneratedKeysDelegate
IdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeysGetGeneratedKeysDelegate
IdentityColumnSupportImpl. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
GetGeneratedKeysDelegate
Oracle12cIdentityColumnSupport. buildGetGeneratedKeysDelegate(PostInsertIdentityPersister persister, Dialect dialect)
-