java.lang.Object
org.dotwebstack.framework.backend.postgres.query.Query

public class Query extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Query(org.dotwebstack.framework.core.query.model.BatchRequest batchRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
     
    Query(org.dotwebstack.framework.core.query.model.CollectionBatchRequest collectionBatchRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
     
    Query(org.dotwebstack.framework.core.query.model.CollectionRequest collectionRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
     
    Query(org.dotwebstack.framework.core.query.model.ObjectRequest objectRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.dotwebstack.framework.core.backend.query.RowMapper<Map<String,Object>>
     
    org.jooq.SelectQuery<org.jooq.Record>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Query

      public Query(org.dotwebstack.framework.core.query.model.CollectionRequest collectionRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
    • Query

      public Query(org.dotwebstack.framework.core.query.model.CollectionBatchRequest collectionBatchRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
    • Query

      public Query(org.dotwebstack.framework.core.query.model.ObjectRequest objectRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
    • Query

      public Query(org.dotwebstack.framework.core.query.model.BatchRequest batchRequest, org.dotwebstack.framework.core.query.model.RequestContext requestContext)
  • Method Details

    • getSelectQuery

      public org.jooq.SelectQuery<org.jooq.Record> getSelectQuery()
    • getRowMapper

      public org.dotwebstack.framework.core.backend.query.RowMapper<Map<String,Object>> getRowMapper()