Module eclipselink

Annotation Interface 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:
Author:
Guy Pelletier
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Hour of the day.
    int
    Millisecond of the day.
    int
    Minute of the day.
    int
    Second of the day.
    boolean
    Internal use. Do not modify.
  • Element Details

    • hour

      int hour
      Hour of the day.
      Default:
      0
    • minute

      int minute
      Minute of the day.
      Default:
      0
    • second

      int second
      Second of the day.
      Default:
      0
    • millisecond

      int millisecond
      Millisecond of the day.
      Default:
      0
    • specified

      boolean specified
      Internal use. Do not modify.
      Default:
      true