org.objectweb.jorm.api
Class PMappingRequiredEvent
EventObject
org.objectweb.jorm.api.PMappingRequiredEvent
public class PMappingRequiredEvent
extends EventObject
The event used to signals the requirement of the mapping of a particular
JORM class.
- P. Dechamboux
String | getJormClassName() - Retrives the name of the JORM class that is required to be mapped.
|
PMappingRequiredEvent
public PMappingRequiredEvent(PClassMapping source,
String jormclassname)
Constructs a PMappingRequiredEvent event.
source
- The event source.jormclassname
- The name of the JORM class that is required to be
mapped.
getJormClassName
public String getJormClassName()
Retrives the name of the JORM class that is required to be mapped.
- This class name.