|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Allows to listen to mapper-related events.
| Method Summary | |
void |
classMapped(ClassMappedEvent e)
Signals to this listener that a new persistent has been mapped in the mapper. |
void |
mappingRequired(PMappingRequiredEvent e)
Signlas to this listener that the mapper requires a particular JORM class to be mapped. |
| Method Detail |
public void mappingRequired(PMappingRequiredEvent e)
e - The event that signals that a particular JORM class is required
to be mapped by the mapper.public void classMapped(ClassMappedEvent e)
e - contains the class name of the persistent class. The source of
the event is the mapper.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||