Uses of Class
org.hibernate.boot.model.relational.Sequence
Packages that use Sequence
Package
Description
Some SPIs related to DDL generation and schema management.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
An SPI for tooling related to DDL generation, export, migration, and validation.
-
Uses of Sequence in org.hibernate.boot.model.relational
Methods in org.hibernate.boot.model.relational that return SequenceModifier and TypeMethodDescriptionNamespace.createSequence
(Identifier logicalName, Function<Identifier, Sequence> creator) Namespace.locateSequence
(Identifier name) Methods in org.hibernate.boot.model.relational that return types with arguments of type SequenceMethods in org.hibernate.boot.model.relational with parameters of type SequenceModifier and TypeMethodDescriptionvoid
Namespace.registerSequence
(Identifier logicalName, Sequence sequence) Method parameters in org.hibernate.boot.model.relational with type arguments of type SequenceModifier and TypeMethodDescriptionNamespace.createSequence
(Identifier logicalName, Function<Identifier, Sequence> creator) -
Uses of Sequence in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi with parameters of type SequenceModifier and TypeMethodDescriptionvoid
AdditionalMappingContributions.contributeSequence
(Sequence sequence) Contribute a materialized Sequence -
Uses of Sequence in org.hibernate.dialect
Methods in org.hibernate.dialect that return types with arguments of type SequenceModifier and TypeMethodDescriptionDialect.getSequenceExporter()
DialectDelegateWrapper.getSequenceExporter()
SpannerDialect.getSequenceExporter()
SQLServerDialect.getSequenceExporter()
-
Uses of Sequence in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal with parameters of type SequenceModifier and TypeMethodDescriptionString[]
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 SequenceModifier and TypeMethodDescriptionboolean
SchemaFilter.includeSequence
(Sequence sequence) Should the given sequence be included? Iftrue
, the sequence will be further processed; iffalse
, processing will skip this sequence.