Interface ComparableAttribute<X, C extends Comparable<? super C>>
- Type Parameters:
X- The type containing the represented attributeC- The type of the represented attribute
- All Superinterfaces:
Attribute<X,C>, Bindable<C>, SingularAttribute<X, C>
- All Known Subinterfaces:
BooleanAttribute<X>, NumericAttribute<X,N>, TemporalAttribute<X, T>, TextAttribute<X>
public interface ComparableAttribute<X, C extends Comparable<? super C>>
extends SingularAttribute<X,C>
Instances of the type ComparableAttribute represents persistent
single-valued properties or fields of comparable type.
- Since:
- 4.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Attribute
Attribute.PersistentAttributeTypeNested classes/interfaces inherited from interface Bindable
Bindable.BindableType -
Method Summary
Methods inherited from interface Attribute
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollectionMethods inherited from interface Bindable
getBindableJavaType, getBindableTypeMethods inherited from interface SingularAttribute
getType, isId, isOptional, isVersion