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 JaxbMappedSuperclass.preUpdate
           
protected  JaxbPreUpdate JaxbEntityListener.preUpdate
           
protected  JaxbPreUpdate JaxbEntity.preUpdate
           
 

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

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



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