Interface TemporalAttribute<X, T extends Temporal & Comparable<? super T>>
- Type Parameters:
X- The type containing the represented attributeT- The type of the represented attribute
- All Superinterfaces:
Attribute<X,T>, Bindable<T>, ComparableAttribute<X, T>, SingularAttribute<X, T>
public interface TemporalAttribute<X, T extends Temporal & Comparable<? super T>>
extends ComparableAttribute<X,T>
Instances of the type TemporalAttribute represents persistent
single-valued properties or fields of a temporal 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