Uses of Interface
org.hibernate.boot.model.relational.ContributableDatabaseObject
-
Packages that use ContributableDatabaseObject Package Description org.hibernate.boot.model.relational Some SPIs related to DDL generation and schema management.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.tool.schema.spi An SPI for tooling related to DDL generation, export, migration, and validation. -
-
Uses of ContributableDatabaseObject in org.hibernate.boot.model.relational
Classes in org.hibernate.boot.model.relational that implement ContributableDatabaseObject Modifier and Type Class Description class
Sequence
Models a databaseSEQUENCE
. -
Uses of ContributableDatabaseObject in org.hibernate.mapping
Subinterfaces of ContributableDatabaseObject in org.hibernate.mapping Modifier and Type Interface Description interface
UserDefinedType
A mapping model object which represents a user defined type.Classes in org.hibernate.mapping that implement ContributableDatabaseObject Modifier and Type Class Description class
AbstractUserDefinedType
class
DenormalizedTable
class
Table
A mapping model object representing a relational database table.class
UserDefinedArrayType
A mapping model object representing a named relational database array type.class
UserDefinedObjectType
A mapping model object representing a relational database UDT. -
Uses of ContributableDatabaseObject in org.hibernate.tool.schema.spi
Methods in org.hibernate.tool.schema.spi with parameters of type ContributableDatabaseObject Modifier and Type Method Description boolean
ContributableMatcher. matches(ContributableDatabaseObject contributed)
Does the given `contributed` match this matcher?
-