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

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

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

Fields in org.apache.openejb.jee.jpa declared as PostUpdate
protected  PostUpdate EntityListener.postUpdate
           
protected  PostUpdate Entity.postUpdate
           
protected  PostUpdate MappedSuperclass.postUpdate
           
 

Methods in org.apache.openejb.jee.jpa that return PostUpdate
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Mapping.getPostUpdate()
           
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type PostUpdate
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Mapping.setPostUpdate(PostUpdate value)
           
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 



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