Class WMRedshiftIdentityColumnSupport

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

    public class WMRedshiftIdentityColumnSupport
    extends org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIdentitySelectString​(java.lang.String table, java.lang.String column, int type)  
      • Methods inherited from class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport

        getIdentityColumnString, hasDataTypeInIdentityColumn, supportsIdentityColumns
      • Methods inherited from class org.hibernate.dialect.identity.IdentityColumnSupportImpl

        appendIdentitySelectToInsert, buildGetGeneratedKeysDelegate, getIdentityInsertString, 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
    • Constructor Detail

      • WMRedshiftIdentityColumnSupport

        public WMRedshiftIdentityColumnSupport()
    • Method Detail

      • getIdentitySelectString

        public java.lang.String getIdentitySelectString​(java.lang.String table,
                                                        java.lang.String column,
                                                        int type)
        Specified by:
        getIdentitySelectString in interface org.hibernate.dialect.identity.IdentityColumnSupport
        Overrides:
        getIdentitySelectString in class org.hibernate.dialect.identity.PostgreSQL81IdentityColumnSupport