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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as PostLoad
protected  PostLoad MappedSuperclass.postLoad
           
protected  PostLoad Entity.postLoad
           
protected  PostLoad EntityListener.postLoad
           
 

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

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type PostLoad
 void MappedSuperclass.setPostLoad(PostLoad value)
          Sets the value of the postLoad property.
 void Entity.setPostLoad(PostLoad value)
          Sets the value of the postLoad property.
 void EntityListener.setPostLoad(PostLoad value)
          Sets the value of the postLoad property.
 

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



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