Package org.hibernate.dialect.sequence
Class HANASequenceSupport
java.lang.Object
org.hibernate.dialect.sequence.NextvalSequenceSupport
org.hibernate.dialect.sequence.HANASequenceSupport
- All Implemented Interfaces:
SequenceSupport
Sequence support for
HANADialect
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Do we need to explicitly specifyminvalue
ormaxvalue
when the initial value doesn't have the same sign as the increment?Methods inherited from class org.hibernate.dialect.sequence.NextvalSequenceSupport
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, getSequenceNextValString, getSequenceNextValString, getSequencePreviousValString, startingValue, supportsPooledSequences, supportsSequences
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
HANASequenceSupport
public HANASequenceSupport()
-
-
Method Details
-
getFromDual
-
sometimesNeedsStartingValue
public boolean sometimesNeedsStartingValue()Description copied from interface:SequenceSupport
Do we need to explicitly specifyminvalue
ormaxvalue
when the initial value doesn't have the same sign as the increment?
-