Class PJodaLocalDate<R>

java.lang.Object
io.ebean.typequery.TQProperty<R,org.joda.time.LocalDate>
io.ebean.typequery.TQPropertyBase<R,org.joda.time.LocalDate>
io.ebean.typequery.PBaseValueEqual<R,org.joda.time.LocalDate>
io.ebean.typequery.PBaseComparable<R,org.joda.time.LocalDate>
io.ebean.typequery.PBaseDate<R,org.joda.time.LocalDate>
io.ebean.typequery.PJodaLocalDate<R>
Type Parameters:
R - the root query bean type
All Implemented Interfaces:
io.ebean.Query.Property<org.joda.time.LocalDate>

public final class PJodaLocalDate<R> extends PBaseDate<R,org.joda.time.LocalDate>
Joda LocalDate property.
  • Constructor Details

    • PJodaLocalDate

      public PJodaLocalDate(String name, R root)
      Construct with a property name and root instance.
      Parameters:
      name - property name
      root - the root query bean instance
    • PJodaLocalDate

      public PJodaLocalDate(String name, R root, String prefix)
      Construct with additional path prefix.