Class CacheIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.community.dialect.identity.CacheIdentityColumnSupport
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class CacheIdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentityColumnString
(int type) getIdentitySelectString
(String table, String column, int type) boolean
boolean
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityInsertString, supportsInsertSelectIdentity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.dialect.identity.IdentityColumnSupport
appendIdentitySelectToInsert, hasIdentityInsertKeyword
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CacheIdentityColumnSupport
public CacheIdentityColumnSupport()
-
-
Method Details
-
supportsIdentityColumns
public boolean supportsIdentityColumns()- Specified by:
supportsIdentityColumns
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
supportsIdentityColumns
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
hasDataTypeInIdentityColumn
public boolean hasDataTypeInIdentityColumn()- Specified by:
hasDataTypeInIdentityColumn
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
hasDataTypeInIdentityColumn
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityColumnString
- Specified by:
getIdentityColumnString
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
getIdentityColumnString
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
- Throws:
org.hibernate.MappingException
-
getIdentitySelectString
- Specified by:
getIdentitySelectString
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
getIdentitySelectString
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-