Class MimerSQLIdentityColumnSupport

java.lang.Object
org.hibernate.dialect.identity.IdentityColumnSupportImpl
org.hibernate.community.dialect.identity.MimerSQLIdentityColumnSupport
All Implemented Interfaces:
org.hibernate.dialect.identity.IdentityColumnSupport

public class MimerSQLIdentityColumnSupport extends org.hibernate.dialect.identity.IdentityColumnSupportImpl
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl

    appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityColumnString, getIdentityInsertString, getIdentitySelectString, hasDataTypeInIdentityColumn, 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, buildGetGeneratedKeysDelegate, hasIdentityInsertKeyword
  • Field Details

  • Constructor Details

    • MimerSQLIdentityColumnSupport

      public MimerSQLIdentityColumnSupport()
  • 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