Interface ContributableDatabaseObject
-
- All Superinterfaces:
Contributable
,Exportable
- All Known Implementing Classes:
DenormalizedTable
,Sequence
,Table
,UserDefinedType
public interface ContributableDatabaseObject extends Contributable, Exportable
Contributable specialization for Tables and Sequences
-
-
Method Summary
-
Methods inherited from interface org.hibernate.mapping.Contributable
getContributor
-
Methods inherited from interface org.hibernate.boot.model.relational.Exportable
getExportIdentifier
-
-