|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| EntityManager | An EntityManager allows transactional introspection and manipulation of entities. |
| EntityTransaction | An EntityTransaction is associated with an EntityManager and is used to demarcate a transaction. |
| Query | Interface used to control entity query execution. |
| Class Summary | |
|---|---|
| FlushModeType | Used to specify when the flush behavior of an EntityManager query when running within a transaction. |
| Exception Summary | |
|---|---|
| EntityExistsException | Thrown when an entity can't be persisted because it would result in a duplicate key violation. |
| NonUniqueResultException | Thrown when Query.getSingleResult() is invoked and
there is more than one result from the query. |
| NoResultException | Thrown when Query.getSingleResult() is invoked and
there is no result to return. |
| PersistenceException | Thrown by the EntityManager when a problem occurs. |
| RollbackException | Thrown when EntityTransaction.commit() fails. |
| TransactionRequiredException | Thrown when a transaction is required but not active. |
This package contains the primary interfaces for the EntityManager.
|
IBM WebSphere Extended Deployment (XD)TM, Release 6.1 ObjectGrid API Specification |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||