| Class | Description |
|---|---|
| AbstractDAO<E> |
An abstract base class for Hibernate DAO classes.
|
| HibernateBundle<T> | |
| ScanningHibernateBundle<T> |
Extension of HibernateBundle that scans given package for entities instead of giving them by hand.
|
| SessionFactoryFactory | |
| SessionFactoryHealthCheck | |
| SessionFactoryManager | |
| UnitOfWorkApplicationListener |
An application event listener that listens for Jersey application initialization to
be finished, then creates a map of resource method that have metrics annotations.
|
| UnitOfWorkAspect |
An aspect providing operations around a method with the
UnitOfWork annotation. |
| UnitOfWorkAwareProxyFactory |
A factory for creating proxies for components that use Hibernate data access objects
outside Jersey resources.
|
| Annotation Type | Description |
|---|---|
| UnitOfWork |
When annotating a Jersey resource method, wraps the method in a Hibernate session.
|
Copyright © 2020. All rights reserved.