org.apache.cayenne.jpa.map
Class JpaEntityListeners
java.lang.Object
org.apache.cayenne.jpa.map.JpaEntityListeners
- All Implemented Interfaces:
- XMLSerializable
public class JpaEntityListeners
- extends Object
- implements XMLSerializable
A collection of entity listener descriptors.
- Author:
- Andrus Adamchik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
entityListeners
protected Collection<JpaEntityListener> entityListeners
JpaEntityListeners
public JpaEntityListeners()
getEntityListeners
public Collection<JpaEntityListener> getEntityListeners()
encodeAsXML
public void encodeAsXML(XMLEncoder encoder)
- Description copied from interface:
XMLSerializable
- Prints itself as XML to the provided XMLEncoder.
- Specified by:
encodeAsXML
in interface XMLSerializable
Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.