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

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

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

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as PreUpdate
protected  PreUpdate MappedSuperclass.preUpdate
           
protected  PreUpdate Entity.preUpdate
           
protected  PreUpdate EntityListener.preUpdate
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return PreUpdate
 PreUpdate ObjectFactory.createPreUpdate()
          Create an instance of PreUpdate
 PreUpdate MappedSuperclass.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate Entity.getPreUpdate()
          Gets the value of the preUpdate property.
 PreUpdate EntityListener.getPreUpdate()
          Gets the value of the preUpdate property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type PreUpdate
 void MappedSuperclass.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void Entity.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 void EntityListener.setPreUpdate(PreUpdate value)
          Sets the value of the preUpdate property.
 



Copyright © 2009-2011. All Rights Reserved.