- java.lang.Object
-
- io.ebean.typequery.TQProperty<R>
-
- Type Parameters:
R- The type of the owning root bean
- Direct Known Subclasses:
TQAssocBean,TQPropertyBase
public class TQProperty<R> extends Object
A property used in type query.
-
-
Constructor Summary
Constructors Constructor Description TQProperty(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.ebean.ExpressionList<?>expr()Internal method to return the underlying expression list.RisNotNull()Is not null.RisNull()Is null.protected StringpropertyName()Return the property name.StringtoString()
-