Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.EntityListeners

Packages that use EntityListeners
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of EntityListeners in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as EntityListeners
protected  EntityListeners PersistenceUnitDefaults.entityListeners
           
protected  EntityListeners MappedSuperclass.entityListeners
           
protected  EntityListeners Entity.entityListeners
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb 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 org.hibernate.jpamodelgen.xml.jaxb 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 © 2009-2010. All Rights Reserved.