Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbPreUpdate

Packages that use JaxbPreUpdate
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbPreUpdate in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbPreUpdate
protected  JaxbPreUpdate JaxbEntityListener.preUpdate
           
protected  JaxbPreUpdate JaxbEntity.preUpdate
           
protected  JaxbPreUpdate JaxbMappedSuperclass.preUpdate
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbPreUpdate
 JaxbPreUpdate ObjectFactory.createJaxbPreUpdate()
          Create an instance of JaxbPreUpdate
 JaxbPreUpdate JaxbEntityListener.getPreUpdate()
          Gets the value of the preUpdate property.
 JaxbPreUpdate JaxbEntity.getPreUpdate()
          Gets the value of the preUpdate property.
 JaxbPreUpdate JaxbMappedSuperclass.getPreUpdate()
          Gets the value of the preUpdate property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbPreUpdate
 void JaxbEntityListener.setPreUpdate(JaxbPreUpdate value)
          Sets the value of the preUpdate property.
 void JaxbEntity.setPreUpdate(JaxbPreUpdate value)
          Sets the value of the preUpdate property.
 void JaxbMappedSuperclass.setPreUpdate(JaxbPreUpdate value)
          Sets the value of the preUpdate property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.