Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
Packages that use JaxbPostUpdate
-
Uses of JaxbPostUpdate in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPostUpdateModifier and TypeFieldDescriptionprotected JaxbPostUpdateJaxbEntity.postUpdateprotected JaxbPostUpdateJaxbEntityListener.postUpdateprotected JaxbPostUpdateJaxbMappedSuperclass.postUpdateMethods in org.hibernate.boot.jaxb.mapping that return JaxbPostUpdateModifier and TypeMethodDescriptionObjectFactory.createJaxbPostUpdate()Create an instance ofJaxbPostUpdateEntityOrMappedSuperclass.getPostUpdate()JaxbEntity.getPostUpdate()Gets the value of the postUpdate property.JaxbEntityListener.getPostUpdate()Gets the value of the postUpdate property.JaxbMappedSuperclass.getPostUpdate()Gets the value of the postUpdate property.LifecycleCallbackContainer.getPostUpdate()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPostUpdateModifier and TypeMethodDescriptionvoidEntityOrMappedSuperclass.setPostUpdate(JaxbPostUpdate value) voidJaxbEntity.setPostUpdate(JaxbPostUpdate value) Sets the value of the postUpdate property.voidJaxbEntityListener.setPostUpdate(JaxbPostUpdate value) Sets the value of the postUpdate property.voidJaxbMappedSuperclass.setPostUpdate(JaxbPostUpdate value) Sets the value of the postUpdate property.voidLifecycleCallbackContainer.setPostUpdate(JaxbPostUpdate value) -
Uses of JaxbPostUpdate in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostUpdate