Class BlanketIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
hu.webarticum.miniconnect.jdbc.hibernate.BlanketIdentityColumnSupport
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class BlanketIdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentityColumnString(int type) getIdentitySelectString(String table, String column, int type) booleanMethods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, hasDataTypeInIdentityColumn, supportsInsertSelectIdentity
-
Constructor Details
-
BlanketIdentityColumnSupport
public BlanketIdentityColumnSupport()
-
-
Method Details
-
supportsIdentityColumns
public boolean supportsIdentityColumns()- Specified by:
supportsIdentityColumnsin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
supportsIdentityColumnsin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentitySelectString
- Specified by:
getIdentitySelectStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentitySelectStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityColumnString
- Specified by:
getIdentityColumnStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityColumnStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityInsertString
- Specified by:
getIdentityInsertStringin interfaceorg.hibernate.dialect.identity.IdentityColumnSupport- Overrides:
getIdentityInsertStringin classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-