- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,T>
-
- io.ebean.typequery.PBaseCompareable<R,ZonedDateTime>
-
- io.ebean.typequery.PZonedDateTime<R>
-
- Type Parameters:
R- the root query bean type
public final class PZonedDateTime<R> extends PBaseCompareable<R,ZonedDateTime>
ZonedDateTime property.
-
-
Field Summary
-
Fields inherited from class io.ebean.typequery.TQProperty
_name, _root
-
-
Constructor Summary
Constructors Constructor Description PZonedDateTime(String name, R root)Construct with a property name and root instance.PZonedDateTime(String name, R root, String prefix)Construct with additional path prefix.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rafter(ZonedDateTime value)Same as greater than.Rbefore(ZonedDateTime value)Same as less than.-
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, in, inOrEmpty, isIn, isIn, isIn, ne, notEqualTo, notIn, notIn
-
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, desc
-
Methods inherited from class io.ebean.typequery.TQProperty
expr, isNotNull, isNull, propertyName, toString
-
-
-
-
Method Detail
-
after
public R after(ZonedDateTime value)
Same as greater than.- Parameters:
value- the equal to bind value- Returns:
- the root query bean instance
-
before
public R before(ZonedDateTime value)
Same as less than.- Parameters:
value- the equal to bind value- Returns:
- the root query bean instance
-
-