Package io.ebean.typequery
Class PScalar<R,D>
- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,D>
-
- io.ebean.typequery.PScalar<R,D>
-
- Type Parameters:
R- the root query bean typeD- the scalar type
public class PScalar<R,D> extends PBaseValueEqual<R,D>
Property for classes that are serialized/deserialized by ScalarType/AttributeConverter.
-
-
Method Summary
-
Methods inherited from class io.ebean.typequery.PBaseValueEqual
asMapKey, eq, eqOrNull, equalTo, equalToOrNull, in, in, in, inOrEmpty, isIn, 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
-
-