Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostUpdate
-
Packages that use JaxbPostUpdate Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbPostUpdate in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostUpdate Modifier and Type Field Description protected JaxbPostUpdateJaxbEntity. postUpdateprotected JaxbPostUpdateJaxbEntityListener. postUpdateprotected JaxbPostUpdateJaxbMappedSuperclass. postUpdateMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostUpdate Modifier and Type Method Description JaxbPostUpdateObjectFactory. createJaxbPostUpdate()Create an instance ofJaxbPostUpdateJaxbPostUpdateEntityOrMappedSuperclass. getPostUpdate()JaxbPostUpdateJaxbEntity. getPostUpdate()Gets the value of the postUpdate property.JaxbPostUpdateJaxbEntityListener. getPostUpdate()Gets the value of the postUpdate property.JaxbPostUpdateJaxbMappedSuperclass. getPostUpdate()Gets the value of the postUpdate property.JaxbPostUpdateLifecycleCallbackContainer. getPostUpdate()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostUpdate Modifier and Type Method Description voidEntityOrMappedSuperclass. 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)
-