Uses of Interface
org.hibernate.tool.schema.extract.spi.SequenceInformation
-
Packages that use SequenceInformation Package Description org.hibernate.engine.jdbc.env.spi org.hibernate.tool.schema.extract.spi -
-
Uses of SequenceInformation in org.hibernate.engine.jdbc.env.spi
Methods in org.hibernate.engine.jdbc.env.spi that return types with arguments of type SequenceInformation Modifier and Type Method Description default java.util.List<SequenceInformation>
ExtractedDatabaseMetaData. getSequenceInformationList()
Retrieve the list ofSequenceInformation
objects which describe the underlying database sequences. -
Uses of SequenceInformation in org.hibernate.tool.schema.extract.spi
Methods in org.hibernate.tool.schema.extract.spi that return SequenceInformation Modifier and Type Method Description SequenceInformation
DatabaseInformation. getSequenceInformation(Identifier catalogName, Identifier schemaName, Identifier sequenceName)
Obtain reference to the named SequenceInformationSequenceInformation
DatabaseInformation. getSequenceInformation(Namespace.Name schemaName, Identifier sequenceName)
Obtain reference to the named SequenceInformationSequenceInformation
DatabaseInformation. getSequenceInformation(QualifiedSequenceName sequenceName)
Obtain reference to the named SequenceInformationSequenceInformation
ExtractionContext.DatabaseObjectAccess. locateSequenceInformation(QualifiedSequenceName sequenceName)
Methods in org.hibernate.tool.schema.extract.spi that return types with arguments of type SequenceInformation Modifier and Type Method Description java.lang.Iterable<SequenceInformation>
SequenceInformationExtractor. extractMetadata(ExtractionContext extractionContext)
Get the information about sequences.
-