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 JaxbPostUpdate
JaxbEntity. postUpdate
protected JaxbPostUpdate
JaxbEntityListener. postUpdate
protected JaxbPostUpdate
JaxbMappedSuperclass. postUpdate
Methods in org.hibernate.boot.jaxb.mapping that return JaxbPostUpdate Modifier and Type Method Description JaxbPostUpdate
ObjectFactory. createJaxbPostUpdate()
Create an instance ofJaxbPostUpdate
JaxbPostUpdate
EntityOrMappedSuperclass. getPostUpdate()
JaxbPostUpdate
JaxbEntity. getPostUpdate()
Gets the value of the postUpdate property.JaxbPostUpdate
JaxbEntityListener. getPostUpdate()
Gets the value of the postUpdate property.JaxbPostUpdate
JaxbMappedSuperclass. getPostUpdate()
Gets the value of the postUpdate property.JaxbPostUpdate
LifecycleCallbackContainer. getPostUpdate()
Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPostUpdate Modifier and Type Method Description void
EntityOrMappedSuperclass. setPostUpdate(JaxbPostUpdate value)
void
JaxbEntity. setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.void
JaxbEntityListener. setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.void
JaxbMappedSuperclass. setPostUpdate(JaxbPostUpdate value)
Sets the value of the postUpdate property.void
LifecycleCallbackContainer. 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()
-