Class PJodaLocalDateTime<R>

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

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

    • PJodaLocalDateTime

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

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