Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.PostUpdate

Packages that use PostUpdate
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of PostUpdate in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PostUpdate
protected  PostUpdate MappedSuperclass.postUpdate
           
protected  PostUpdate Entity.postUpdate
           
protected  PostUpdate EntityListener.postUpdate
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return PostUpdate
 PostUpdate PostUpdate.clone()
          Creates and returns a deep copy of this object.
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PostUpdate
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PostUpdate
PostUpdate(PostUpdate o)
          Creates a new PostUpdate instance by deeply copying a given PostUpdate instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.