Class PByteArray<R>
java.lang.Object
io.ebean.typequery.TQProperty<R,byte[]>
io.ebean.typequery.TQPropertyBase<R,byte[]>
io.ebean.typequery.PBaseValueEqual<R,byte[]>
io.ebean.typequery.PByteArray<R>
- Type Parameters:
R- the root query bean type
- All Implemented Interfaces:
io.ebean.Query.Property<byte[]>
Byte array property (
byte[]).-
Field Summary
Fields inherited from class TQProperty
_name, _root -
Constructor Summary
ConstructorsConstructorDescriptionPByteArray(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 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
-
PByteArray
-
PByteArray
-