Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
-
Packages that use JaxbPreUpdate Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbPreUpdate in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPreUpdate Modifier and Type Field Description protected JaxbPreUpdate
JaxbEntity. preUpdate
protected JaxbPreUpdate
JaxbEntityListener. preUpdate
protected JaxbPreUpdate
JaxbMappedSuperclass. preUpdate
Methods in org.hibernate.boot.jaxb.mapping that return JaxbPreUpdate Modifier and Type Method Description JaxbPreUpdate
ObjectFactory. createJaxbPreUpdate()
Create an instance ofJaxbPreUpdate
JaxbPreUpdate
EntityOrMappedSuperclass. getPreUpdate()
JaxbPreUpdate
JaxbEntity. getPreUpdate()
Gets the value of the preUpdate property.JaxbPreUpdate
JaxbEntityListener. getPreUpdate()
Gets the value of the preUpdate property.JaxbPreUpdate
JaxbMappedSuperclass. getPreUpdate()
Gets the value of the preUpdate property.JaxbPreUpdate
LifecycleCallbackContainer. getPreUpdate()
Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPreUpdate Modifier and Type Method Description void
EntityOrMappedSuperclass. setPreUpdate(JaxbPreUpdate value)
void
JaxbEntity. setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.void
JaxbEntityListener. setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.void
JaxbMappedSuperclass. setPreUpdate(JaxbPreUpdate value)
Sets the value of the preUpdate property.void
LifecycleCallbackContainer. setPreUpdate(JaxbPreUpdate value)
-
Uses of JaxbPreUpdate in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPreUpdate Modifier and Type Method Description List<JaxbPreUpdate>
PropertyMappingElementCollector. getPreUpdate()
-