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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbPostRemove
protected  JaxbPostRemove JaxbEntityListener.postRemove
           
protected  JaxbPostRemove JaxbEntity.postRemove
           
protected  JaxbPostRemove JaxbMappedSuperclass.postRemove
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbPostRemove
 JaxbPostRemove ObjectFactory.createJaxbPostRemove()
          Create an instance of JaxbPostRemove
 JaxbPostRemove JaxbEntityListener.getPostRemove()
          Gets the value of the postRemove property.
 JaxbPostRemove JaxbEntity.getPostRemove()
          Gets the value of the postRemove property.
 JaxbPostRemove JaxbMappedSuperclass.getPostRemove()
          Gets the value of the postRemove property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbPostRemove
 void JaxbEntityListener.setPostRemove(JaxbPostRemove value)
          Sets the value of the postRemove property.
 void JaxbEntity.setPostRemove(JaxbPostRemove value)
          Sets the value of the postRemove property.
 void JaxbMappedSuperclass.setPostRemove(JaxbPostRemove value)
          Sets the value of the postRemove property.
 



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