T
- the return type of the query
public interface AbstractQuery<T extends PortalEntity>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<T> |
getReturnType()
Gets the return type of the query
|
Expression |
toExpression()
Converts the query into an expression
|
java.lang.Class<T> getReturnType()
Expression toExpression()