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