Package io.ebean.typequery
Class PEnum<R,E>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,E>
-
- io.ebean.typequery.PEnum<R,E>
-
- Type Parameters:
E- the enum specific typeR- the root query bean type
public class PEnum<R,E> extends PBaseValueEqual<R,E>
BigDecimal property.
-
-
Method Summary
-
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
-
-