Uses of Package
org.hibernate.tool.schema.extract.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