Uses of Interface
org.hibernate.tool.schema.extract.spi.SequenceInformation
Packages that use SequenceInformation
Package
Description
Defines an SPI for schema information extraction from the database via JDBC.
-
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 SequenceInformationModifier and TypeMethodDescriptiondefault List<SequenceInformation> ExtractedDatabaseMetaData.getSequenceInformationList()Retrieve the list ofSequenceInformationobjects 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 SequenceInformationModifier and TypeMethodDescriptionDatabaseInformation.getSequenceInformation(Identifier catalogName, Identifier schemaName, Identifier sequenceName) Obtain reference to the named SequenceInformationDatabaseInformation.getSequenceInformation(Namespace.Name schemaName, Identifier sequenceName) Obtain reference to the named SequenceInformationDatabaseInformation.getSequenceInformation(QualifiedSequenceName sequenceName) Obtain reference to the named SequenceInformationExtractionContext.DatabaseObjectAccess.locateSequenceInformation(QualifiedSequenceName sequenceName) Methods in org.hibernate.tool.schema.extract.spi that return types with arguments of type SequenceInformationModifier and TypeMethodDescriptionSequenceInformationExtractor.extractMetadata(ExtractionContext extractionContext) Get the information about sequences.