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

Packages that use PostRemove
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 PostRemove in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PostRemove
protected  PostRemove MappedSuperclass.postRemove
           
protected  PostRemove Entity.postRemove
           
protected  PostRemove EntityListener.postRemove
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PostRemove
 void MappedSuperclass.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 void Entity.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 void EntityListener.setPostRemove(PostRemove value)
          Sets the value of the postRemove property.
 

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



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