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.
    Since:
    Oracle TopLink 11.1.1.0.0
    Author:
    Guy Pelletier
    See Also:
    OptimisticLocking
    • 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.
    • Element Detail

      • hour

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

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

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

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

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