Uses of Interface
org.hibernate.tool.schema.spi.Cleaner
Packages that use Cleaner
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
-
Uses of Cleaner in org.hibernate.dialect
Methods in org.hibernate.dialect that return CleanerModifier and TypeMethodDescriptionDialect.getTableCleaner()
Get a schemaCleaner
, usuallyStandardTableCleaner
.