Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.PostLoad

Packages that use PostLoad
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of PostLoad in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PostLoad
protected  PostLoad MappedSuperclass.postLoad
           
protected  PostLoad Entity.postLoad
           
protected  PostLoad EntityListener.postLoad
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return PostLoad
 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 org.hibernate.jpamodelgen.xml.jaxb 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.
 



Copyright © 2009-2011. All Rights Reserved.