Package org.hibernate.tool.schema.extract.spi
Defines an SPI for schema information extraction from the database via JDBC.
-
Interface Summary Interface Description ColumnInformation Provides access to information about existing table columnsColumnTypeInformation Provides access to information about existing table columnsDatabaseInformation Provides access to information about existing schema objects (tables, sequences etc) of existing database.ExtractionContext Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.ExtractionContext.DatabaseObjectAccess In conjunction withExtractionContext.getDatabaseObjectAccess()
provides access to information about known database objects to the extractor.ExtractionContext.ResultSetProcessor<T> ForeignKeyInformation ForeignKeyInformation.ColumnReferenceMapping IndexInformation Provides access to information about existing index in the databaseInformationExtractor Contract for extracting information about objects in the database schema(s).PrimaryKeyInformation Provides access to information about existing primary key for a tableSequenceInformation Access to information about existing sequences.SequenceInformationExtractor Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData.TableInformation Provides access to information about existing tables in the database -
Class Summary Class Description ExtractionContext.EmptyExtractionContext NameSpaceTablesInformation -
Exception Summary Exception Description SchemaExtractionException