java.lang.Object
io.ebean.typequery.TQProperty<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:
TQAssoc,TQPropertyBase
A property used in type query.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTQProperty(String name, R root) Construct with a property name and root instance.TQProperty(String name, R root, String prefix) Construct with additional path prefix. -
Method Summary
-
Field Details
-
_name
-
_root
-
-
Constructor Details
-
TQProperty
Construct with a property name and root instance.- Parameters:
name- the name of the propertyroot- the root query bean instance
-
TQProperty
Construct with additional path prefix.
-
-
Method Details