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 Details

    • SQLiteDialectIdentityColumnSupport

      public SQLiteDialectIdentityColumnSupport()
  • Method Details

    • supportsIdentityColumns

      public boolean supportsIdentityColumns()
      Specified by:
      supportsIdentityColumns in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      supportsIdentityColumns in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
    • supportsInsertSelectIdentity

      public boolean supportsInsertSelectIdentity()
      Specified by:
      supportsInsertSelectIdentity in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      supportsInsertSelectIdentity in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
    • hasDataTypeInIdentityColumn

      public boolean hasDataTypeInIdentityColumn()
      Specified by:
      hasDataTypeInIdentityColumn in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      hasDataTypeInIdentityColumn in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
    • appendIdentitySelectToInsert

      public String appendIdentitySelectToInsert(String insertString)
      Specified by:
      appendIdentitySelectToInsert in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      appendIdentitySelectToInsert in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
    • getIdentitySelectString

      public String getIdentitySelectString(String table, String column, int type)
      Specified by:
      getIdentitySelectString in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      getIdentitySelectString in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
    • getIdentityColumnString

      public String getIdentityColumnString(int type)
      Specified by:
      getIdentityColumnString in interface org.hibernate.dialect.identity.IdentityColumnSupport
      Overrides:
      getIdentityColumnString in class org.hibernate.dialect.identity.IdentityColumnSupportImpl