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.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, int initialValue, int increment)
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 java.lang.Iterable<Sequence>
Namespace. getSequences()
-
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>
SQLServer2012Dialect. getSequenceExporter()
-
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.
-