Class TQPropertyBase<R,T>
java.lang.Object
io.ebean.typequery.TQProperty<R,T>
io.ebean.typequery.TQPropertyBase<R,T>
- Type Parameters:
R- The type of the owning root beanT- The property type
- All Implemented Interfaces:
io.ebean.Query.Property<T>
- Direct Known Subclasses:
PArray, PBaseValueEqual, PFile, PJson
Base scalar property.
-
Field Summary
Fields inherited from class TQProperty
_name, _root -
Constructor Summary
ConstructorsConstructorDescriptionTQPropertyBase(String name, R root) Construct with a property name and root instance.TQPropertyBase(String name, R root, String prefix) Construct with additional path prefix. -
Method Summary
Methods inherited from class TQProperty
expr, isNotNull, isNull, propertyName, toString
-
Constructor Details
-
TQPropertyBase
-
TQPropertyBase
-
-
Method Details
-
asc
Order by ascending on this property. -
desc
Order by descending on this property.
-