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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbPostPersist
protected  JaxbPostPersist JaxbMappedSuperclass.postPersist
           
protected  JaxbPostPersist JaxbEntityListener.postPersist
           
protected  JaxbPostPersist JaxbEntity.postPersist
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbPostPersist
 JaxbPostPersist ObjectFactory.createJaxbPostPersist()
          Create an instance of JaxbPostPersist
 JaxbPostPersist JaxbMappedSuperclass.getPostPersist()
          Gets the value of the postPersist property.
 JaxbPostPersist JaxbEntityListener.getPostPersist()
          Gets the value of the postPersist property.
 JaxbPostPersist JaxbEntity.getPostPersist()
          Gets the value of the postPersist property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbPostPersist
 void JaxbMappedSuperclass.setPostPersist(JaxbPostPersist value)
          Sets the value of the postPersist property.
 void JaxbEntityListener.setPostPersist(JaxbPostPersist value)
          Sets the value of the postPersist property.
 void JaxbEntity.setPostPersist(JaxbPostPersist value)
          Sets the value of the postPersist property.
 



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