protected abstract class AbstractDAO.DAOQueryListCallback extends TypedQueryCallback<T,List<T>>
QueryCallback for use by DAO subclasses when returning lists of persistent instances.| Modifier | Constructor and Description |
|---|---|
protected |
DAOQueryListCallback() |
| Modifier and Type | Method and Description |
|---|---|
protected List<T> |
executeQuery(TypedQuery<T> query) |
buildQuery, executeQueryqueryprotected final List<T> executeQuery(TypedQuery<T> query)
executeQuery in class TypedQueryCallback<T,List<T>>Copyright © 2020. All rights reserved.