Annotation Type TimeOfDay
-
@Target({}) @Retention(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.- See Also:
OptimisticLocking
- Author:
- Guy Pelletier
- Since:
- Oracle TopLink 11.1.1.0.0
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description 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.
-