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.ANSISequenceSupportSequence support forIngresDialect.
-
-
Field Summary
Fields Modifier and Type Field Description static org.hibernate.dialect.sequence.SequenceSupportINSTANCE
-
Constructor Summary
Constructors Constructor Description IngresLegacySequenceSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsPooledSequences()-
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, getDropSequenceString, getDropSequenceStrings, getFromDual, getSequenceNextValString, getSequenceNextValString, getSequencePreviousValString, sometimesNeedsStartingValue, startingValue, supportsSequences
-
-