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

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

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

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

Methods in com.sun.java.xml.ns.persistence.orm that return PostLoad
 PostLoad ObjectFactory.createPostLoad()
          Create an instance of PostLoad
 PostLoad MappedSuperclass.getPostLoad()
          Gets the value of the postLoad property.
 PostLoad EntityListener.getPostLoad()
          Gets the value of the postLoad property.
 PostLoad Entity.getPostLoad()
          Gets the value of the postLoad property.
 

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



Copyright © 2005-2014. All Rights Reserved.