|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.objectweb.jorm.api.ClassMappedEvent
This event is sent when a persistent class is mapped.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ClassMappedEvent(PMapper mapper,
java.lang.String jormClassName)
|
Method Summary | |
---|---|
java.lang.String |
getJormClassName()
|
PMapper |
getPMapper()
|
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClassMappedEvent(PMapper mapper, java.lang.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.Method Detail |
public PMapper getPMapper()
public java.lang.String getJormClassName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |