Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


@TimeOfDay

Use @TimeOfDay to specify a specific time of day using a Calendar instance which is to be used within an @Cache annotation.


Annotation Elements

Table 2-70 describes this annotation's elements.

Table 2-70 @TimeOfDay Annotation Elements

Annotation Element Description Default

hour

(Optional) Hour of the day

0

millisecond

(Optional) Millisecond of the day

0

minute

(Optional) Minute of the day

0

second

(Optional) Second of the day

0

specified

For internal use – do not modify

true



Examples

See "@Cache" for examples of using @TimeOfDay.


See Also

For more information, see: