|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| 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 |
specifiedInternal use. |
public abstract int hour
public abstract int minute
public abstract int second
public abstract int millisecond
public abstract boolean specified
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||