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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PostPersist
protected  PostPersist MappedSuperclass.postPersist
           
protected  PostPersist Entity.postPersist
           
protected  PostPersist EntityListener.postPersist
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PostPersist
 void MappedSuperclass.setPostPersist(PostPersist value)
          Sets the value of the postPersist property.
 void Entity.setPostPersist(PostPersist value)
          Sets the value of the postPersist property.
 void EntityListener.setPostPersist(PostPersist value)
          Sets the value of the postPersist property.
 

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



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