Class QueryResult
java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryResult
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected final RuntimeExceptionprotected final Listprotected final String
- 
Constructor SummaryConstructorsConstructorDescriptionQueryResult(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
- 
QueryResultpublic QueryResult(List<?> result, String type, Set<String> relatedTypes, RuntimeException exception) 
 
- 
- 
Method Details- 
getResult
- 
getType
- 
getRelatedTypes
- 
getException
 
-