| Interface | Description |
|---|---|
| DataSourceProvider |
| Class | Description |
|---|---|
| AbstractDao | |
| AutoCloseableEntityManager |
Wrapper to allow try with resources connected with EntityManager.
|
| AutoCloseableEntityManagerProvider |
An injectable provider of an EntManager object, which implements AutoCloseable to
allow it's usage under try-with-resources Java lang feature.
|
| BaseEntity<T extends BaseEntity<T>> |
Abstract base class for entities.
|
| DaoMethodInterceptor | |
| EntityManagerFactoryProvider | |
| WisePersistModule |
Wrapper to inject EntityManagerFactory objects as required.
|
| Exception | Description |
|---|---|
| DaoException |
| Annotation Type | Description |
|---|---|
| NonTransactional | |
| Transactional |