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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbPreRemove
protected  JaxbPreRemove JaxbEntityListener.preRemove
           
protected  JaxbPreRemove JaxbEntity.preRemove
           
protected  JaxbPreRemove JaxbMappedSuperclass.preRemove
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbPreRemove
 JaxbPreRemove ObjectFactory.createJaxbPreRemove()
          Create an instance of JaxbPreRemove
 JaxbPreRemove JaxbEntityListener.getPreRemove()
          Gets the value of the preRemove property.
 JaxbPreRemove JaxbEntity.getPreRemove()
          Gets the value of the preRemove property.
 JaxbPreRemove JaxbMappedSuperclass.getPreRemove()
          Gets the value of the preRemove property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbPreRemove
 void JaxbEntityListener.setPreRemove(JaxbPreRemove value)
          Sets the value of the preRemove property.
 void JaxbEntity.setPreRemove(JaxbPreRemove value)
          Sets the value of the preRemove property.
 void JaxbMappedSuperclass.setPreRemove(JaxbPreRemove value)
          Sets the value of the preRemove property.
 



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