org.objectweb.jorm.api
Class ClassMappedEvent
EventObject
org.objectweb.jorm.api.ClassMappedEvent
public class ClassMappedEvent
extends EventObject
This event is sent when a persistent class is mapped.
- S.Chassande-Barrioz
ClassMappedEvent
public ClassMappedEvent(PMapper mapper,
String jormClassName)
mapper
- is the mapper containing the new persistent class. The
mapper is the source of the event.jormClassName
- is the name of the persistent class which has
been mapped.
getJormClassName
public String getJormClassName()
- The name of the persistent class which has been mapped.
getPMapper
public PMapper getPMapper()
- the mapper containing the new persistent class. The
mapper is the source of the event.