| 
EclipseLink 2.3.2, build 'v20111125-r10461' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={})
@Retention(value=RUNTIME)
public @interface TimeOfDayA 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.3.2, build 'v20111125-r10461' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||