Uses of Class
com.github.collinalpert.java2db.queries.async.AsyncSingleEntityQuery
-
Packages that use AsyncSingleEntityQuery Package Description com.github.collinalpert.java2db.queries.async com.github.collinalpert.java2db.services -
-
Uses of AsyncSingleEntityQuery in com.github.collinalpert.java2db.queries.async
Methods in com.github.collinalpert.java2db.queries.async that return AsyncSingleEntityQuery Modifier and Type Method Description AsyncSingleEntityQuery<E>AsyncSingleEntityQuery. orWhere(com.github.collinalpert.lambda2sql.functions.SqlPredicate<E> predicate)Sets or appends an OR WHERE clause to the DQL statement.AsyncSingleEntityQuery<E>AsyncSingleEntityQuery. where(com.github.collinalpert.lambda2sql.functions.SqlPredicate<E> predicate)Sets or appends a WHERE clause for the DQL statement. -
Uses of AsyncSingleEntityQuery in com.github.collinalpert.java2db.services
Methods in com.github.collinalpert.java2db.services that return AsyncSingleEntityQuery Modifier and Type Method Description protected AsyncSingleEntityQuery<T>AsyncBaseService. createAsyncSingleQuery()AsyncSingleEntityQuery<T>AsyncBaseService. getSingle(com.github.collinalpert.lambda2sql.functions.SqlPredicate<T> predicate)
-