|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvictionCapable
Indicates an implementation capable of evicting PersistableEntitys.
Structured as a separate interface (rather than a subclass of
Dao), as it is not required for all persistence strategies.
| Method Summary | |
|---|---|
void |
evict(PersistableEntity entity)
Removes the indicated persistent instance from the DAO's internal map/session. |
| Method Detail |
|---|
void evict(PersistableEntity entity)
If the passed object does not exist in the internal map/session, the invocation has no effect.
May throw an exception if the implementation so desires.
entity - to remove from the internal map/session
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||