Uses of Interface
org.hibernate.tool.schema.spi.ExtractionTool
-
Packages that use ExtractionTool Package Description 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.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of ExtractionTool in org.hibernate.tool.schema.internal
Methods in org.hibernate.tool.schema.internal that return ExtractionTool Modifier and Type Method Description ExtractionTool
HibernateSchemaManagementTool. getExtractionTool()
-
Uses of ExtractionTool in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return ExtractionTool Modifier and Type Method Description ExtractionTool
SchemaManagementTool. getExtractionTool()
-