Class SpannerPostgreSQLSequenceSupport

java.lang.Object
org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
org.hibernate.community.dialect.sequence.SpannerPostgreSQLSequenceSupport
All Implemented Interfaces:
org.hibernate.dialect.sequence.SequenceSupport

public class SpannerPostgreSQLSequenceSupport extends org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.hibernate.dialect.sequence.SequenceSupport
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getCreateSequenceString(String sequenceName, int initialValue, int incrementSize)
     
    getRestartSequenceString(String sequenceName, long startWith)
     

    Methods inherited from class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport

    getDropSequenceString, getSelectSequenceNextValString, getSelectSequencePreviousValString, sometimesNeedsStartingValue

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.hibernate.dialect.sequence.SequenceSupport

    getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getDropSequenceStrings, getFromDual, getSequenceNextValString, getSequenceNextValString, getSequencePreviousValString, startingValue, supportsPooledSequences, supportsSequences
  • Field Details

    • INSTANCE

      public static final org.hibernate.dialect.sequence.SequenceSupport INSTANCE
  • Constructor Details

    • SpannerPostgreSQLSequenceSupport

      public SpannerPostgreSQLSequenceSupport()
  • Method Details

    • getCreateSequenceString

      public String getCreateSequenceString(String sequenceName, int initialValue, int incrementSize) throws org.hibernate.MappingException
      Throws:
      org.hibernate.MappingException
    • getRestartSequenceString

      public String getRestartSequenceString(String sequenceName, long startWith)