- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- io.ebean.typequery.TQPropertyBase<R>
-
- io.ebean.typequery.PBaseValueEqual<R,byte[]>
-
- io.ebean.typequery.PByteArray<R>
-
- Type Parameters:
R- the root query bean type
public class PByteArray<R> extends PBaseValueEqual<R,byte[]>
Byte array property (byte[]).
-
-
Field Summary
-
Fields inherited from class io.ebean.typequery.TQProperty
_name, _root
-
-
Constructor Summary
Constructors Constructor Description PByteArray(String name, R root)Construct with a property name and root instance.PByteArray(String name, R root, String prefix)Construct with additional path prefix.
-
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
expr, isNotNull, isNull, propertyName, toString
-
-