Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostPersist
Packages that use JaxbPostPersist
-
Uses of JaxbPostPersist in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPostPersistModifier and TypeFieldDescriptionprotected JaxbPostPersistJaxbEntity.postPersistprotected JaxbPostPersistJaxbEntityListener.postPersistprotected JaxbPostPersistJaxbMappedSuperclass.postPersistMethods in org.hibernate.boot.jaxb.mapping that return JaxbPostPersistModifier and TypeMethodDescriptionObjectFactory.createJaxbPostPersist()Create an instance ofJaxbPostPersistEntityOrMappedSuperclass.getPostPersist()JaxbEntity.getPostPersist()Gets the value of the postPersist property.JaxbEntityListener.getPostPersist()Gets the value of the postPersist property.JaxbMappedSuperclass.getPostPersist()Gets the value of the postPersist property.LifecycleCallbackContainer.getPostPersist()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPostPersistModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.setPostPersist(JaxbPostPersist value) voidJaxbEntity.setPostPersist(JaxbPostPersist value) Sets the value of the postPersist property.voidJaxbEntityListener.setPostPersist(JaxbPostPersist value) Sets the value of the postPersist property.voidJaxbMappedSuperclass.setPostPersist(JaxbPostPersist value) Sets the value of the postPersist property.voidLifecycleCallbackContainer.setPostPersist(JaxbPostPersist value) -
Uses of JaxbPostPersist in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostPersist