Uses of Interface
org.hibernate.dialect.identity.IdentityColumnSupport
-
Packages that use IdentityColumnSupport Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.dialect.identity Support forDialect
-specific identity column handling. -
-
Uses of IdentityColumnSupport in org.hibernate.dialect
-
Uses of IdentityColumnSupport in org.hibernate.dialect.identity
Classes in org.hibernate.dialect.identity that implement IdentityColumnSupport Modifier and Type Class Description class
AbstractTransactSQLIdentityColumnSupport
class
CockroachDBIdentityColumnSupport
class
DB2390IdentityColumnSupport
Deprecated.useDB2zIdentityColumnSupport
class
DB2IdentityColumnSupport
class
DB2zIdentityColumnSupport
class
H2FinalTableIdentityColumnSupport
Identity column support for H2 2+ versionsclass
H2IdentityColumnSupport
class
HANAIdentityColumnSupport
class
HSQLIdentityColumnSupport
class
IdentityColumnSupportImpl
class
MySQLIdentityColumnSupport
class
Oracle12cIdentityColumnSupport
class
PostgreSQLIdentityColumnSupport
class
SQLServerIdentityColumnSupport
class
SybaseJconnIdentityColumnSupport
-