Class TimesTenSequenceSupport
java.lang.Object
org.hibernate.community.dialect.sequence.TimesTenSequenceSupport
- All Implemented Interfaces:
org.hibernate.dialect.sequence.SequenceSupport
public final class TimesTenSequenceSupport
extends Object
implements org.hibernate.dialect.sequence.SequenceSupport
Sequence support for
TimesTenDialect.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.hibernate.dialect.sequence.SequenceSupport -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCreateSequenceString(String sequenceName) getDropSequenceString(String sequenceName) getSelectSequenceNextValString(String sequenceName) getSequenceNextValString(String sequenceName) booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.dialect.sequence.SequenceSupport
getCreateSequenceString, getCreateSequenceStrings, getCreateSequenceStrings, getDropSequenceStrings, getSelectSequencePreviousValString, getSequenceNextValString, getSequencePreviousValString, sometimesNeedsStartingValue, startingValue, supportsSequences
-
Field Details
-
INSTANCE
public static final org.hibernate.dialect.sequence.SequenceSupport INSTANCE
-
-
Constructor Details
-
TimesTenSequenceSupport
public TimesTenSequenceSupport()
-
-
Method Details
-
supportsPooledSequences
public boolean supportsPooledSequences()- Specified by:
supportsPooledSequencesin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-
getSelectSequenceNextValString
- Specified by:
getSelectSequenceNextValStringin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-
getSequenceNextValString
- Specified by:
getSequenceNextValStringin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-
getFromDual
- Specified by:
getFromDualin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-
getCreateSequenceString
- Specified by:
getCreateSequenceStringin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-
getDropSequenceString
- Specified by:
getDropSequenceStringin interfaceorg.hibernate.dialect.sequence.SequenceSupport
-