Uses of Class
org.hibernate.boot.model.relational.Sequence
-
Packages that use Sequence Package Description org.hibernate.boot.model.relational org.hibernate.dialect org.hibernate.tool.schema.internal org.hibernate.tool.schema.spi -
-
Uses of Sequence in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return Sequence Modifier and Type Method Description Sequence
Namespace. createSequence(Identifier logicalName, Function<Identifier,Sequence> creator)
Sequence
Namespace. locateSequence(Identifier name)
Methods in org.hibernate.boot.model.relational that return types with arguments of type Sequence Modifier and Type Method Description Iterable<Sequence>
Namespace. getSequences()
Method parameters in org.hibernate.boot.model.relational with type arguments of type Sequence Modifier and Type Method Description Sequence
Namespace. createSequence(Identifier logicalName, Function<Identifier,Sequence> creator)
-
Uses of Sequence in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type Sequence Modifier and Type Method Description Exporter<Sequence>
Dialect. getSequenceExporter()
Exporter<Sequence>
SpannerDialect. getSequenceExporter()
Exporter<Sequence>
SQLServerDialect. getSequenceExporter()
-
Uses of Sequence in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type Sequence Modifier and Type Method Description String[]
StandardSequenceExporter. getSqlCreateStrings(Sequence sequence, Metadata metadata, SqlStringGenerationContext context)
String[]
StandardSequenceExporter. getSqlDropStrings(Sequence sequence, Metadata metadata, SqlStringGenerationContext context)
boolean
DefaultSchemaFilter. includeSequence(Sequence sequence)
protected void
AbstractSchemaValidator. validateSequence(Sequence sequence, SequenceInformation sequenceInformation)
-
Uses of Sequence in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type Sequence Modifier and Type Method Description boolean
SchemaFilter. includeSequence(Sequence sequence)
Should the given sequence be included? Iftrue
, the sequence will be further processed; iffalse
, processing will skip this sequence.
-