| Interface | Description |
|---|---|
| PersistenceUnitConfig |
Provides a means to configure the persistence unit before it is created.
|
| Class | Description |
|---|---|
| EntityManagerBundle<T extends io.dropwizard.Configuration> |
A bundle for easily creating a JPA persistence unit.
|
| ScanningEntityManagerBundle<T extends io.dropwizard.Configuration> |
Extension of
EntityManagerBundle that scans a given package for entities instead of requiring entities
to be explicitly listed. |
| UnitOfWorkAwareProxyFactory |
A factory for creating proxies for components that use @UnitOfWork annotations
outside Jersey resources.
|
| Annotation Type | Description |
|---|---|
| UnitOfWork |
When annotating a Jersey resource method, makes a Hibernate EntityManager available
to the method's execution context (thread).
|
Copyright © 2016. All rights reserved.