Class QueryResult

java.lang.Object
io.jmix.eclipselink.impl.entitycache.QueryResult
All Implemented Interfaces:
Serializable

public class QueryResult extends Object implements Serializable
See Also:
  • Field Details

    • result

      protected final List result
    • type

      protected final String type
    • relatedTypes

      protected final Set<String> relatedTypes
    • exception

      protected final RuntimeException exception
  • Constructor Details

  • Method Details

    • getResult

      public List getResult()
    • getType

      public String getType()
    • getRelatedTypes

      public Set<String> getRelatedTypes()
    • getException

      public RuntimeException getException()