Uses of Interface
org.hibernate.boot.model.relational.Exportable
-
Packages that use Exportable Package Description org.hibernate.boot.model.relational org.hibernate.mapping org.hibernate.tool.schema.spi -
-
Uses of Exportable in org.hibernate.boot.model.relational
Subinterfaces of Exportable in org.hibernate.boot.model.relational Modifier and Type Interface Description interfaceAuxiliaryDatabaseObjectAuxiliary database objects (i.e., triggers, stored procedures, etc) defined in the mappings.Classes in org.hibernate.boot.model.relational that implement Exportable Modifier and Type Class Description classAbstractAuxiliaryDatabaseObjectConvenience base class forAuxiliaryDatabaseObjects.classNamedAuxiliaryDatabaseObjectMainly this is used to support legacy sequence exporting.classSequenceModels a databaseSEQUENCE.classSimpleAuxiliaryDatabaseObjectA simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front. -
Uses of Exportable in org.hibernate.mapping
Classes in org.hibernate.mapping that implement Exportable Modifier and Type Class Description classConstraintA relational constraint.classDenormalizedTableclassForeignKeyA foreign key constraintclassIndexA relational table indexclassPrimaryKeyA primary key constraintclassTableA relational tableclassUniqueKeyA relational unique key constraint -
Uses of Exportable in org.hibernate.tool.schema.spi
Classes in org.hibernate.tool.schema.spi with type parameters of type Exportable Modifier and Type Interface Description interfaceExporter<T extends Exportable>Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQLCREATEandDROPscripts.
-