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