Class PJodaLocalTime<R>

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

public final class PJodaLocalTime<R> extends PBaseTime<R,org.joda.time.LocalTime>
Joda LocalTime property.
  • Constructor Details

    • PJodaLocalTime

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

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