java.lang.Object
io.ebean.typequery.TQProperty<R,Object>
io.ebean.typequery.TQPropertyBase<R,Object>
io.ebean.typequery.PFile<R>
- Type Parameters:
R- the root query bean type
- All Implemented Interfaces:
io.ebean.Query.Property<Object>
File property.
This is a placeholder in the sense that currently it has no supported expressions.
-
Field Summary
Fields inherited from class io.ebean.typequery.TQProperty
_name, _root -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.ebean.typequery.TQPropertyBase
asc, descMethods inherited from class io.ebean.typequery.TQProperty
expr, isNotNull, isNull, propertyName, toString
-
Constructor Details
-
PFile
Construct with a property name and root instance.- Parameters:
name- property nameroot- the root query bean instance
-
PFile
Construct with additional path prefix.
-