Save This Page
Home » hibernate-entity-src-20081106 » javax » persistence » [javadoc | source]
javax.persistence
public class: Temporal [javadoc | source]
javax.persistence.Temporal
This annotation must be specified for persistent fields or properties of type Date and Calendar. It may only be specified for fields or properties of these types. The Temporal annotation may be used in conjunction with the Basic annotation.
Method from javax.persistence.Temporal Summary:
value
Method from javax.persistence.Temporal Detail:
 TemporalType value() 
    The type used in mapping java.util.Date or java.util.Calendar