Class IngresLegacySequenceSupport

java.lang.Object
org.hibernate.dialect.sequence.ANSISequenceSupport
org.hibernate.community.dialect.sequence.IngresLegacySequenceSupport
All Implemented Interfaces:
org.hibernate.dialect.sequence.SequenceSupport

public final class IngresLegacySequenceSupport extends org.hibernate.dialect.sequence.ANSISequenceSupport
Sequence support for IngresDialect.
  • 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
    boolean
     

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

    getSelectSequenceNextValString, getSelectSequencePreviousValString

    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.sequence.SequenceSupport

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

    • INSTANCE

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

    • IngresLegacySequenceSupport

      public IngresLegacySequenceSupport()
  • Method Details

    • supportsPooledSequences

      public boolean supportsPooledSequences()