Uses of Class
org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
Packages that use AbstractAuxiliaryDatabaseObject
Package
Description
Some SPIs related to DDL generation and schema management.
-
Uses of AbstractAuxiliaryDatabaseObject in org.hibernate.boot.model.relational
Subclasses of AbstractAuxiliaryDatabaseObject in org.hibernate.boot.model.relationalModifier and TypeClassDescriptionclass
Mainly this is used to support legacy sequence exporting.class
A simple implementation ofAbstractAuxiliaryDatabaseObject
in which theCREATE
andDROP
strings are provided up front.