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 io.ebean.typequery.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 io.ebean.typequery.TQProperty
expr, isNotNull, isNull, propertyName, toString
-
Constructor Details
-
TQPropertyBase
Construct with a property name and root instance.- Parameters:
name- the name of the propertyroot- the root query bean instance
-
TQPropertyBase
Construct with additional path prefix.
-
-
Method Details
-
asc
Order by ascending on this property. -
desc
Order by descending on this property.
-