Class QueryResult
java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryResult
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final RuntimeException
protected final List
protected final String
-
Constructor Summary
ConstructorDescriptionQueryResult
(List<?> result, String type, Set<String> relatedTypes) QueryResult
(List<?> result, String type, Set<String> relatedTypes, RuntimeException exception) -
Method Summary
-
Field Details
-
result
-
type
-
exception
-
-
Constructor Details
-
QueryResult
-
QueryResult
public QueryResult(List<?> result, String type, Set<String> relatedTypes, RuntimeException exception)
-
-
Method Details
-
getResult
-
getType
-
getRelatedTypes
-
getException
-