Interface ContributableDatabaseObject
-
- All Superinterfaces:
Contributable
,Exportable
- All Known Implementing Classes:
DenormalizedTable
,Sequence
,Table
,UserDefinedType
public interface ContributableDatabaseObject extends Contributable, Exportable
Database objects (table, sequence, etc) which are associated with a contributor (ORM, Envers, etc) and can be selectively exported per contributor
-
-
Method Summary
-
Methods inherited from interface org.hibernate.mapping.Contributable
getContributor
-
Methods inherited from interface org.hibernate.boot.model.relational.Exportable
getExportIdentifier
-
-