Class HANASequenceSupport

java.lang.Object
org.hibernate.dialect.sequence.NextvalSequenceSupport
org.hibernate.dialect.sequence.HANASequenceSupport
All Implemented Interfaces:
SequenceSupport

public final class HANASequenceSupport extends NextvalSequenceSupport
Sequence support for HANADialect.
  • Field Details

  • Constructor Details

    • HANASequenceSupport

      public HANASequenceSupport()
  • Method Details

    • getFromDual

      public String getFromDual()
    • sometimesNeedsStartingValue

      public boolean sometimesNeedsStartingValue()
      Description copied from interface: SequenceSupport
      Do we need to explicitly specify minvalue or maxvalue when the initial value doesn't have the same sign as the increment?