Class AsyncEntityProjectionQuery<E extends BaseEntity,R>
- java.lang.Object
-
- com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery<E,R>
-
- com.github.collinalpert.java2db.queries.EntityProjectionQuery<E,R>
-
- com.github.collinalpert.java2db.queries.async.AsyncEntityProjectionQuery<E,R>
-
- All Implemented Interfaces:
AsyncQueryable<R>,AsyncSingleQueryable<R>,Queryable<R>,SingleQueryable<R>
public class AsyncEntityProjectionQuery<E extends BaseEntity,R> extends EntityProjectionQuery<E,R> implements AsyncQueryable<R>
- Author:
- Collin Alpert
-
-
Field Summary
-
Fields inherited from class com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery
returnType
-
-
Constructor Summary
Constructors Constructor Description AsyncEntityProjectionQuery(com.github.collinalpert.lambda2sql.functions.SqlFunction<E,R> projection, EntityQuery<E> originalQuery)
-
Method Summary
-
Methods inherited from class com.github.collinalpert.java2db.queries.EntityProjectionQuery
toArray, toList, toStream
-
Methods inherited from class com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery
first, getQuery
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.collinalpert.java2db.queries.async.AsyncQueryable
toArrayAsync, toArrayAsync, toListAsync, toListAsync, toStreamAsync, toStreamAsync
-
Methods inherited from interface com.github.collinalpert.java2db.queries.async.AsyncSingleQueryable
firstAsync, firstAsync
-
Methods inherited from interface com.github.collinalpert.java2db.queries.Queryable
toArray, toList, toStream
-
Methods inherited from interface com.github.collinalpert.java2db.queries.SingleQueryable
first, getQuery
-
-
-
-
Constructor Detail
-
AsyncEntityProjectionQuery
public AsyncEntityProjectionQuery(com.github.collinalpert.lambda2sql.functions.SqlFunction<E,R> projection, EntityQuery<E> originalQuery)
-
-