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

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

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

Fields in com.sun.java.xml.ns.persistence.orm declared as PostUpdate
protected  PostUpdate MappedSuperclass.postUpdate
           
protected  PostUpdate EntityListener.postUpdate
           
protected  PostUpdate Entity.postUpdate
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return PostUpdate
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in com.sun.java.xml.ns.persistence.orm with parameters of type PostUpdate
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 



Copyright © 2005-2011. All Rights Reserved.