Package io.ebean.typequery
Class PJodaLocalDateTime<R>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,T>
-
- io.ebean.typequery.PBaseCompareable<R,D>
-
- io.ebean.typequery.PBaseDate<R,org.joda.time.LocalDateTime>
-
- io.ebean.typequery.PJodaLocalDateTime<R>
-
- Type Parameters:
R- the root query bean type
public class PJodaLocalDateTime<R> extends PBaseDate<R,org.joda.time.LocalDateTime>
Joda LocalDateTime property.
-
-
Constructor Summary
Constructors Constructor Description PJodaLocalDateTime(String name, R root)Construct with a property name and root instance.PJodaLocalDateTime(String name, R root, String prefix)Construct with additional path prefix.
-
Method Summary
-
Methods inherited from class io.ebean.typequery.PBaseCompareable
between, ge, geOrNull, greaterOrEqualTo, greaterThan, greaterThanOrNull, gt, gtOrNull, inRange, inRangeWith, le, leOrNull, lessOrEqualTo, lessThan, lessThanOrNull, lt, ltOrNull
-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, eqOrNull, equalTo, equalToOrNull, in, in, inOrEmpty, isIn, isIn, ne, notEqualTo, notIn, notIn
-
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, desc
-
Methods inherited from class io.ebean.typequery.TQProperty
isNotNull, isNull, toString
-
-
-
-
Constructor Detail
-
PJodaLocalDateTime
public PJodaLocalDateTime(String name, R root)
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
PJodaLocalDateTime
public PJodaLocalDateTime(String name, R root, String prefix)
Construct with additional path prefix.
-
-