Uses of Interface
org.hibernate.tool.schema.spi.SchemaDropper
-
Packages that use SchemaDropper 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 the tooling related to DDL generation, export, migration, and validation. -
-
Uses of SchemaDropper in org.hibernate.tool.schema.internal
Classes in org.hibernate.tool.schema.internal that implement SchemaDropper Modifier and Type Class Description class
SchemaDropperImpl
Basic implementation ofSchemaDropper
.Methods in org.hibernate.tool.schema.internal that return SchemaDropper Modifier and Type Method Description SchemaDropper
HibernateSchemaManagementTool. getSchemaDropper(Map<String,Object> options)
-
Uses of SchemaDropper in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi that return SchemaDropper Modifier and Type Method Description SchemaDropper
SchemaManagementTool. getSchemaDropper(Map<String,Object> options)
-