Uses of Interface
org.hibernate.boot.model.relational.ContributableDatabaseObject
-
Packages that use ContributableDatabaseObject Package Description org.hibernate.boot.model.relational org.hibernate.mapping org.hibernate.tool.schema.spi -
-
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
Classes in org.hibernate.mapping that implement ContributableDatabaseObject Modifier and Type Class Description class
DenormalizedTable
class
Table
A relational table -
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?
-