-
- Type Parameters:
T- The property type.
public static interface Query.Property<T>Type safe query bean properties and expressions (marker interface).Implemented by query bean properties and expressions based on those properties.
The base type determines which
StdOperatorscan be used on the property.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static <T> Query.Property<T>of(String expression)Return a property given the expression.StringtoString()Return the property in string expression form.
-
-
-
Method Detail
-
of
static <T> Query.Property<T> of(String expression)
Return a property given the expression.
-
-