Package org.hibernate.envers.boot.model
Interface PluralAttribute
-
- All Superinterfaces:
Attribute
,Bindable<Serializable>
,Cloneable<Attribute>
,ColumnContainer
- All Known Implementing Classes:
ManyToOneAttribute
,SetAttribute
public interface PluralAttribute extends Attribute
Contract for an attribute that represents multiple values.
-
-
Method Summary
-
Methods inherited from interface org.hibernate.envers.boot.model.ColumnContainer
addColumn, addColumnsFromValue, getColumns
-
-