Package io.ebean.typequery
Class PBoolean<R>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,Boolean>
-
- io.ebean.typequery.PBoolean<R>
-
- Type Parameters:
R- the root query bean type
public class PBoolean<R> extends PBaseValueEqual<R,Boolean>
Boolean property.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Req(boolean value)Is true or false based on the bind value.Ris(boolean value)Is true or false based on the bind value.RisFalse()Is false.RisTrue()Is true.-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, equalTo, equalToOrNull, in, in, inOrEmpty, 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
-
-