| java.lang.Object org.mockejb.EntityDatabaseImpl
EntityDatabaseImpl | class EntityDatabaseImpl implements EntityDatabase(Code) | | Provides rudimentary in-memory entity database implementation.
Entities can be searched only by the primary key.
Users should populate EntityDatabase with the mock entities for their test.
MockEJB searches EntityDatabase:
1) During the call to CMP findByPrimaryKey.
2) After a BMP finder returns a PK or collection of PKs.
MockEJB automatically add an entity to this "database" if
its ejbCreate method returns a PK.
author: Alexander Ananiev |
EntityDatabaseImpl | EntityDatabaseImpl()(Code) | | |
clear | public void clear()(Code) | | |
|
|