Class SQLiteDialectIdentityColumnSupport
java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.sqlite.hibernate.dialect.identity.SQLiteDialectIdentityColumnSupport
- All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport
public class SQLiteDialectIdentityColumnSupport
extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappendIdentitySelectToInsert
(String insertString) getIdentityColumnString
(int type) getIdentitySelectString
(String table, String column, int type) boolean
boolean
boolean
Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl
buildGetGeneratedKeysDelegate, getIdentityInsertString
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
-
Constructor Details
-
SQLiteDialectIdentityColumnSupport
public SQLiteDialectIdentityColumnSupport()
-
-
Method Details
-
supportsIdentityColumns
public boolean supportsIdentityColumns()- Specified by:
supportsIdentityColumns
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
supportsIdentityColumns
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
supportsInsertSelectIdentity
public boolean supportsInsertSelectIdentity()- Specified by:
supportsInsertSelectIdentity
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
supportsInsertSelectIdentity
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
-
appendIdentitySelectToInsert
- Specified by:
appendIdentitySelectToInsert
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
appendIdentitySelectToInsert
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentitySelectString
- Specified by:
getIdentitySelectString
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
getIdentitySelectString
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-
getIdentityColumnString
- Specified by:
getIdentityColumnString
in interfaceorg.hibernate.dialect.identity.IdentityColumnSupport
- Overrides:
getIdentityColumnString
in classorg.hibernate.dialect.identity.IdentityColumnSupportImpl
-