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

Packages that use EntityListeners
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 EntityListeners in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as EntityListeners
protected  EntityListeners MappedSuperclass.entityListeners
           
protected  EntityListeners Entity.entityListeners
           
protected  EntityListeners PersistenceUnitDefaults.entityListeners
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return EntityListeners
 EntityListeners EntityListeners.clone()
          Creates and returns a deep copy of this object.
 EntityListeners ObjectFactory.createEntityListeners()
          Create an instance of EntityListeners
 EntityListeners MappedSuperclass.getEntityListeners()
          Gets the value of the entityListeners property.
 EntityListeners Entity.getEntityListeners()
          Gets the value of the entityListeners property.
 EntityListeners PersistenceUnitDefaults.getEntityListeners()
          Gets the value of the entityListeners property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type EntityListeners
 void MappedSuperclass.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 void Entity.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 void PersistenceUnitDefaults.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 

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



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