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

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

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

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PostUpdate
protected  PostUpdate MappedSuperclass.postUpdate
           
protected  PostUpdate Entity.postUpdate
           
protected  PostUpdate EntityListener.postUpdate
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return PostUpdate
 PostUpdate ObjectFactory.createPostUpdate()
          Create an instance of PostUpdate
 PostUpdate MappedSuperclass.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate Entity.getPostUpdate()
          Gets the value of the postUpdate property.
 PostUpdate EntityListener.getPostUpdate()
          Gets the value of the postUpdate property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PostUpdate
 void MappedSuperclass.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void Entity.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 void EntityListener.setPostUpdate(PostUpdate value)
          Sets the value of the postUpdate property.
 



Copyright © 2009-2011. All Rights Reserved.