java.lang.Object
io.ebean.typequery.TQProperty<R,E>
io.ebean.typequery.TQPropertyBase<R,E>
io.ebean.typequery.PBaseValueEqual<R,E>
io.ebean.typequery.PEnum<R,E>
- Type Parameters:
R- the root query bean typeE- the enum specific type
- All Implemented Interfaces:
io.ebean.Query.Property<E>
Enum 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.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
-
PEnum
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
PEnum
Construct with additional path prefix.
-