Package org.hibernate.tool.schema.extract.internal
package org.hibernate.tool.schema.extract.internal
Implementation of the SPI for schema information extraction from the database via JDBC.
-
ClassDescriptionJDBC column metadataImplementation of the InformationExtractor contract which uses the standard JDBC
DatabaseMetaData
API for extraction.For now we only collect sequence name.Provides access to information about existing schema objects (tables, sequences etc) of existing database.