Class AsyncSingleEntityProjectionQuery<E extends BaseEntity,R>
java.lang.Object
com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery<E,R>
com.github.collinalpert.java2db.queries.async.AsyncSingleEntityProjectionQuery<E,R>
- All Implemented Interfaces:
AsyncSingleQueryable<R>,SingleQueryable<R>
public class AsyncSingleEntityProjectionQuery<E extends BaseEntity,R> extends SingleEntityProjectionQuery<E,R> implements AsyncSingleQueryable<R>
- Author:
- Collin Alpert
-
Field Summary
Fields inherited from class com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery
originalQuery, returnType -
Constructor Summary
Constructors Constructor Description AsyncSingleEntityProjectionQuery(com.github.collinalpert.lambda2sql.functions.SqlFunction<E,R> projection, SingleEntityQuery<E> originalQuery) -
Method Summary
Methods inherited from class com.github.collinalpert.java2db.queries.SingleEntityProjectionQuery
first, getQueryMethods 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.AsyncSingleQueryable
firstAsync, firstAsyncMethods inherited from interface com.github.collinalpert.java2db.queries.SingleQueryable
first, getQuery
-
Constructor Details
-
AsyncSingleEntityProjectionQuery
public AsyncSingleEntityProjectionQuery(com.github.collinalpert.lambda2sql.functions.SqlFunction<E,R> projection, SingleEntityQuery<E> originalQuery)
-