org.apache.cayenne.jpa.map
Class JpaEntityListeners

java.lang.Object
  extended by org.apache.cayenne.jpa.map.JpaEntityListeners

public class JpaEntityListeners
extends Object

A collection of entity listener descriptors.

Author:
Andrus Adamchik

Field Summary
protected  Collection<JpaEntityListener> entityListeners
           
 
Constructor Summary
JpaEntityListeners()
           
 
Method Summary
 Collection<JpaEntityListener> getEntityListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityListeners

protected Collection<JpaEntityListener> entityListeners
Constructor Detail

JpaEntityListeners

public JpaEntityListeners()
Method Detail

getEntityListeners

public Collection<JpaEntityListener> getEntityListeners()


Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.