Class AsyncEntityProjectionQuery<E extends BaseEntity,R>
java.lang.Object
com.github.collinalpert.java2db.queries.EntityProjectionQuery<E,R>
com.github.collinalpert.java2db.queries.async.AsyncEntityProjectionQuery<E,R>
- All Implemented Interfaces:
AsyncQueryable<R>,Queryable<R>
public class AsyncEntityProjectionQuery<E extends BaseEntity,R> extends EntityProjectionQuery<E,R> implements AsyncQueryable<R>
- Author:
- Collin Alpert
-
Constructor Summary
Constructors Constructor Description AsyncEntityProjectionQuery(Class<R> returnType, IQueryBuilder<E> queryBuilder, QueryParameters<E> queryParameters, ConnectionConfiguration connectionConfiguration) -
Method Summary
Methods inherited from class com.github.collinalpert.java2db.queries.EntityProjectionQuery
first, getQuery, toArray, toList, toMap, toSet, toStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.github.collinalpert.java2db.queries.async.AsyncQueryable
firstAsync, firstAsync, toArrayAsync, toArrayAsync, toListAsync, toListAsync, toMapAsync, toMapAsync, toMapAsync, toMapAsync, toSetAsync, toSetAsync, toStreamAsync, toStreamAsync
-
Constructor Details
-
AsyncEntityProjectionQuery
public AsyncEntityProjectionQuery(Class<R> returnType, IQueryBuilder<E> queryBuilder, QueryParameters<E> queryParameters, ConnectionConfiguration connectionConfiguration)
-