Uses of Class
com.sun.java.xml.ns.persistence.orm.EntityListeners

Packages that use EntityListeners
com.sun.java.xml.ns.persistence.orm   
 

Uses of EntityListeners in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm declared as EntityListeners
protected  EntityListeners PersistenceUnitDefaults.entityListeners
           
protected  EntityListeners MappedSuperclass.entityListeners
           
protected  EntityListeners Entity.entityListeners
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return EntityListeners
 EntityListeners ObjectFactory.createEntityListeners()
          Create an instance of EntityListeners
 EntityListeners PersistenceUnitDefaults.getEntityListeners()
          Gets the value of the entityListeners property.
 EntityListeners MappedSuperclass.getEntityListeners()
          Gets the value of the entityListeners property.
 EntityListeners Entity.getEntityListeners()
          Gets the value of the entityListeners property.
 

Methods in com.sun.java.xml.ns.persistence.orm with parameters of type EntityListeners
 void PersistenceUnitDefaults.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 void MappedSuperclass.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 void Entity.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 



Copyright © 2005-2014. All Rights Reserved.