Class QueryResult
java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryResult
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final RuntimeExceptionprotected final Listprotected final String - 
Constructor Summary
ConstructorsConstructorDescriptionQueryResult(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
 
 -