Interface | Description |
---|---|
EntityManagerProvider |
Provides components with an EntityManager to access the persistence mechanism.
|
Class | Description |
---|---|
PagingJpaQueryIterable<T,R> |
Enables iterating through a JPA query using paging while lazily mapping the results when necessary.
|
SimpleEntityManagerProvider |
Simple implementation of the EntityManagerProvider that returns the EntityManager instance provided at construction
time.
|
Copyright © 2010–2023. All rights reserved.