Class SybaseAnywhereIdentityColumnSupport

  • All Implemented Interfaces:
    org.hibernate.dialect.identity.IdentityColumnSupport

    public class SybaseAnywhereIdentityColumnSupport
    extends org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean supportsInsertSelectIdentity()  
      • 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 interface org.hibernate.dialect.identity.IdentityColumnSupport

        appendIdentitySelectToInsert, hasIdentityInsertKeyword
    • Constructor Detail

      • SybaseAnywhereIdentityColumnSupport

        public SybaseAnywhereIdentityColumnSupport()
    • Method Detail

      • supportsInsertSelectIdentity

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