mitreid-connect
|
静的公開メンバ関数 | |
static< T > T | getSingleResult (List< T > list) |
static< T > List< T > | getResultPage (TypedQuery< T > query, PageCriteria pageCriteria) |
static< T, I > T | saveOrUpdate (I id, EntityManager entityManager, T entity) |
|
inlinestatic |
Get a page of results from the specified TypedQuery by using the given PageCriteria to limit the query results. The PageCriteria will override any size or offset already specified on the query.
<T> | the type parameter |
query | the query |
pageCriteria | the page criteria |
|
inlinestatic |
|
inlinestatic |