Class Calendard

java.lang.Object
org.apache.openjpa.jdbc.sql.Calendard

public class Calendard extends Object
A calendar-modified value. Used to represent both a value and its calendar for calls to Row.setObject(org.apache.openjpa.jdbc.schema.Column, java.lang.Object).
Author:
Abe White
  • Field Details

    • value

      public final Object value
    • calendar

      public final Calendar calendar
  • Constructor Details