| 
 | EclipseLink 1.1.4, build 'v20100812-r7860' 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 | specifiedInternal use. | 
public abstract int hour
public abstract int minute
public abstract int second
public abstract int millisecond
public abstract boolean specified
| 
 | EclipseLink 1.1.4, build 'v20100812-r7860' API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||