Class SybaseAnywhereIdentityColumnSupport

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

public class SybaseAnywhereIdentityColumnSupport extends org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
  • 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.AbstractTransactSQLIdentityColumnSupport

    appendIdentitySelectToInsert, getIdentityColumnString, getIdentitySelectString, supportsIdentityColumns

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

    buildGetGeneratedKeysDelegate, getIdentityInsertString, hasDataTypeInIdentityColumn

    Methods inherited from class 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

  • Constructor Details

    • SybaseAnywhereIdentityColumnSupport

      public SybaseAnywhereIdentityColumnSupport()
  • Method Details

    • supportsInsertSelectIdentity

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