|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.io.DefaultEntityListener
public class DefaultEntityListener
JPA Entity Listener that is applied to all persistent entities managed by Pimento.
| Constructor Summary | |
|---|---|
DefaultEntityListener()
|
|
| Method Summary | |
|---|---|
void |
addEntity(Object entity)
Listener method for persisted entities. |
void |
removeEntity(Object entity)
Listener method for removed entities. |
void |
updateEntity(Object entity)
Listener method for merged entities. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultEntityListener()
| Method Detail |
|---|
public void addEntity(Object entity)
entity - the entity that was persistedpublic void updateEntity(Object entity)
entity - the entity that was mergedpublic void removeEntity(Object entity)
entity - the entity that was removed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||