Class TQProperty<R,T>
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
-
TQProperty
-
-
Method Details
-
toString
-
expr
protected final io.ebean.ExpressionList<?> expr()Internal method to return the underlying expression list. -
propertyName
Return the property name. -
isNull
Is null. -
isNotNull
Is not null.
-