Uses of Package
org.hibernate.tool.schema.extract.spi
-
Packages that use org.hibernate.tool.schema.extract.spi Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.engine.jdbc.env.internal org.hibernate.engine.jdbc.env.spi org.hibernate.id This package and its subpackages, especiallyorg.hibernate.id.enhanced
, contain the built-in id generators, all of which implement eitherIdentifierGenerator
orPostInsertIdentifierGenerator
.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.extract.internal Implementation of the SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.extract.spi Defines an SPI for schema information extraction from the database via JDBC.org.hibernate.tool.schema.internal An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.org.hibernate.tool.schema.internal.exec Support for exporting generated DDL to the database or to SQL scripts.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation.org.hibernate.type.descriptor.java Integrates a range of types defined by the JDK with the type system of Hibernate.org.hibernate.type.descriptor.java.spi org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.spi -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.dialect Class Description ColumnTypeInformation Provides access to information about existing table columnsSequenceInformationExtractor Because JDBC (at least up to and 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.engine.jdbc.env.internal Class Description SequenceInformation Access to information about existing sequences. -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.engine.jdbc.env.spi Class Description SequenceInformation Access to information about existing sequences. -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.id Class Description ColumnTypeInformation Provides access to information about existing table columns -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.mapping Class Description ColumnTypeInformation Provides access to information about existing table columnsTableInformation 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.internal Class 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 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).NameSpaceTablesInformation 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 -
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 columnsColumnTypeInformation 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.ExtractionContext.ResultSetProcessor 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 -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.tool.schema.internal Class Description ColumnInformation Provides access to information about existing table columnsDatabaseInformation Provides access to information about existing schema objects (tables, sequences etc) of existing database.NameSpaceTablesInformation SequenceInformation Access to information about existing sequences.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.internal.exec Class Description 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. -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.tool.schema.spi Class Description 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.InformationExtractor Contract for extracting information about objects in the database schema(s). -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.type.descriptor.java Class Description ColumnTypeInformation Provides access to information about existing table columns -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.type.descriptor.java.spi Class Description ColumnTypeInformation Provides access to information about existing table columns -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.type.descriptor.jdbc Class Description ColumnTypeInformation Provides access to information about existing table columns -
Classes in org.hibernate.tool.schema.extract.spi used by org.hibernate.type.descriptor.jdbc.spi Class Description ColumnTypeInformation Provides access to information about existing table columns