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

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

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

Fields in org.apache.openejb.jee.jpa declared as PostRemove
protected  PostRemove EntityListener.postRemove
           
protected  PostRemove Entity.postRemove
           
protected  PostRemove MappedSuperclass.postRemove
           
 

Methods in org.apache.openejb.jee.jpa that return PostRemove
 PostRemove ObjectFactory.createPostRemove()
          Create an instance of PostRemove
 PostRemove EntityListener.getPostRemove()
          Gets the value of the postRemove property.
 PostRemove Entity.getPostRemove()
          Gets the value of the postRemove property.
 PostRemove Mapping.getPostRemove()
           
 PostRemove MappedSuperclass.getPostRemove()
          Gets the value of the postRemove property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type PostRemove
 void EntityListener.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 void Entity.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 void Mapping.setPostRemove(PostRemove value)
           
 void MappedSuperclass.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 



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