|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface TimeOfDay
A TimeOfDay annotation is used to specify a specific time of day using a Calendar instance which is to be used within an OptimisticLocking annotation.
OptimisticLocking
Optional Element Summary | |
---|---|
int |
hour
(Optional) Hour of the day. |
int |
millisecond
(Optional) Millisecond of the day. |
int |
minute
(Optional) Minute of the day. |
int |
second
(Optional) Second of the day. |
boolean |
specified
Internal use. |
public abstract int hour
public abstract int minute
public abstract int second
public abstract int millisecond
public abstract boolean specified
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |