Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
-
Packages that use JaxbPostUpdate Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbPostUpdate in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPostUpdate Modifier and Type Field Description protected JaxbPostUpdateJaxbEntity. postUpdateprotected JaxbPostUpdateJaxbEntityListener. postUpdateprotected JaxbPostUpdateJaxbMappedSuperclass. postUpdateMethods in org.hibernate.boot.jaxb.mapping 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 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) -
Uses of JaxbPostUpdate in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostUpdate Modifier and Type Method Description List<JaxbPostUpdate>PropertyMappingElementCollector. getPostUpdate()
-