Interface NumericAttribute<X, N extends Number & Comparable<N>>
- Type Parameters:
X- The type containing the represented attributeN- The type of the represented attribute
- All Superinterfaces:
Attribute<X,N>, Bindable<N>, ComparableAttribute<X, N>, SingularAttribute<X, N>
public interface NumericAttribute<X, N extends Number & Comparable<N>>
extends ComparableAttribute<X,N>
Instances of the type NumericAttribute represents persistent
single-valued properties or fields of number 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