java.lang.Object
io.ebean.typequery.TQProperty<R,Class>
io.ebean.typequery.TQPropertyBase<R,Class>
io.ebean.typequery.PBaseValueEqual<R,Class>
io.ebean.typequery.PBaseComparable<R,Class>
io.ebean.typequery.PBaseString<R,Class>
io.ebean.typequery.PClass<R>
- Type Parameters:
R- the root query bean type
- All Implemented Interfaces:
io.ebean.Query.Property<Class>
Class property.
-
Field Summary
Fields inherited from class io.ebean.typequery.TQProperty
_name, _root -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebean.typequery.PBaseString
between, contains, endsWith, eq, equalToType, ge, geOrNull, gt, gtOrNull, icontains, iendsWith, ieq, iequalTo, ilike, inRange, istartsWith, le, leOrNull, like, lt, ltOrNull, ne, notEqualToType, startsWithMethods inherited from class io.ebean.typequery.PBaseComparable
between, betweenProperties, ge, ge, ge, geIfPresent, geOrNull, geSubQuery, greaterOrEqualTo, greaterThan, greaterThanOrNull, gt, gt, gt, gtIfPresent, gtOrNull, gtSubQuery, inRange, inRangeWith, inRangeWith, le, le, le, leIfPresent, leOrNull, lessOrEqualTo, lessThan, lessThanOrNull, leSubQuery, lt, lt, lt, ltIfPresent, ltOrNull, ltSubQueryMethods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, eq, eq, eqIfPresent, eqOrNull, eqSubQuery, equalTo, equalToOrNull, in, in, in, inOrEmpty, inSubQuery, isIn, isIn, isIn, ne, ne, ne, neSubQuery, notEqualTo, notIn, notIn, notIn, notInSubQueryMethods inherited from class io.ebean.typequery.TQPropertyBase
asc, descMethods inherited from class io.ebean.typequery.TQProperty
expr, isNotNull, isNull, propertyName, toString
-
Constructor Details
-
PClass
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
PClass
Construct with additional path prefix.
-