| Interface | Description |
|---|---|
| AllPersistenceServices |
Interface for aggregation of multiple
PersistenceServices. |
| AllUnitsOfWork |
Interface for aggregation of multiple
UnitsOfWork. |
| AnnotatedPersistenceUnitBuilder |
3rd step of the persistence unit builder process.
|
| EntityManagerProvider |
Provider for
EntityManager. |
| PersistenceFilter |
Filter for use in container.
|
| PersistenceService |
This is the main control to the entire persistence engine.
|
| UnannotatedPersistenceUnitBuilder |
2nd step of the persistence unit builder process.
|
| UnconfiguredPersistenceUnitBuilder |
4th step of the persistence unit builder process.
|
| UnitOfWork |
The Unit of work correlates with the life cycle of the
EntityManager. |
| Class | Description |
|---|---|
| PersistenceModule |
Main module of the onami persist guice extension.
|
| Annotation Type | Description |
|---|---|
| Transactional |
Marks a method or class to be executed within a transaction.
|
Copyright © 2013–2014 The Apache Software Foundation. All rights reserved.