Uses of Class
org.apache.openejb.jee.jpa.EntityListeners

Packages that use EntityListeners
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EntityListeners in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as EntityListeners
protected  EntityListeners PersistenceUnitDefaults.entityListeners
           
protected  EntityListeners MappedSuperclass.entityListeners
           
protected  EntityListeners Entity.entityListeners
           
 

Methods in org.apache.openejb.jee.jpa 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 Mapping.getEntityListeners()
           
 EntityListeners Entity.getEntityListeners()
          Gets the value of the entityListeners property.
 

Methods in org.apache.openejb.jee.jpa 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 Mapping.setEntityListeners(EntityListeners value)
           
 void Entity.setEntityListeners(EntityListeners value)
          Sets the value of the entityListeners property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.