Package io.ebean.typequery
Class POffsetTime<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,T>
-
- io.ebean.typequery.PBaseNumber<R,OffsetTime>
-
- io.ebean.typequery.POffsetTime<R>
-
- Type Parameters:
R- the root query bean type
public class POffsetTime<R> extends PBaseNumber<R,OffsetTime>
OffsetTime property.
-
-
Constructor Summary
Constructors Constructor Description POffsetTime(String name, R root)Construct with a property name and root instance.POffsetTime(String name, R root, String prefix)Construct with additional path prefix.
-
Method Summary
-
Methods inherited from class io.ebean.typequery.PBaseNumber
between, eq, equalTo, greaterThan, gt, lessThan, lt
-
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
isNotNull, isNull, toString
-
-
-
-
Constructor Detail
-
POffsetTime
public POffsetTime(String name, R root)
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
POffsetTime
public POffsetTime(String name, R root, String prefix)
Construct with additional path prefix.
-
-