Uses of Package
org.hibernate.tool.schema.extract.spi
-
Packages that use org.hibernate.tool.schema.extract.spi Package Description org.hibernate.dialect org.hibernate.mapping org.hibernate.tool.schema.extract.spi -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.dialect Class Description SequenceInformationExtractor Because JDBC (at least up to an including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData. -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.mapping Class Description TableInformation Provides access to information about existing tables in the database -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.tool.schema.extract.spi Class Description ColumnInformation Provides access to information about existing table columnsExtractionContext 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.ForeignKeyInformation ForeignKeyInformation.ColumnReferenceMapping IndexInformation Provides access to information about existing index in the databaseNameSpaceTablesInformation PrimaryKeyInformation Provides access to information about existing primary key for a tableSequenceInformation Access to information about existing sequences.TableInformation Provides access to information about existing tables in the database