public interface PersistenceEvent
PersistenceEventListener
Modifier and Type | Method and Description |
---|---|
RegistryBean |
getBean()
Retrieves the bean attached to this event.
|
PersistenceContext |
getPersistenceContext()
Retrieves the current
PersistenceContext . |
java.util.Collection<javax.xml.registry.infomodel.RegistryObject> |
getRegistryObject()
Retrieves the
RegistryObject attached to this event. |
RegistryBean getBean()
RegistryBean
attached to the eventjava.util.Collection<javax.xml.registry.infomodel.RegistryObject> getRegistryObject()
RegistryObject
attached to this event.Collection
of RegistryObject
instances.PersistenceContext getPersistenceContext()
PersistenceContext
.PersistenceContext
object