Class AsyncEntityProjectionQuery<E extends BaseEntity,​R>

    • Constructor Detail

      • AsyncEntityProjectionQuery

        public AsyncEntityProjectionQuery​(com.github.collinalpert.lambda2sql.functions.SqlFunction<E,​R> projection,
                                          EntityQuery<E> originalQuery)