Class PJodaDateTime<R>

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

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

    • PJodaDateTime

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

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