Class PBoolean<R>
java.lang.Object
io.ebean.typequery.TQProperty<R,Boolean>
io.ebean.typequery.TQPropertyBase<R,Boolean>
io.ebean.typequery.PBaseValueEqual<R,Boolean>
io.ebean.typequery.PBoolean<R>
- Type Parameters:
R- the root query bean type
- All Implemented Interfaces:
io.ebean.Query.Property<Boolean>
Boolean property.
-
Field Summary
Fields inherited from class TQProperty
_name, _root -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class 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 TQPropertyBase
asc, descMethods inherited from class TQProperty
expr, isNotNull, isNull, propertyName, toString
-
Constructor Details
-
PBoolean
-
PBoolean
-
-
Method Details
-
isTrue
-
isFalse
-
is
Is true or false based on the bind value.- Parameters:
value- the equal to bind value- Returns:
- the root query bean instance
-
eq
Is true or false based on the bind value.- Parameters:
value- the equal to bind value- Returns:
- the root query bean instance
-