Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.EntityListener

Packages that use EntityListener
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of EntityListener in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type EntityListener
protected  List<EntityListener> EntityListeners.entityListener
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return EntityListener
 EntityListener EntityListener.clone()
          Creates and returns a deep copy of this object.
 EntityListener ObjectFactory.createEntityListener()
          Create an instance of EntityListener
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type EntityListener
 List<EntityListener> EntityListeners.getEntityListener()
          Gets the value of the entityListener property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type EntityListener
EntityListener(EntityListener o)
          Creates a new EntityListener instance by deeply copying a given EntityListener instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.