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 JaxbPreUpdateJaxbEntity. preUpdateprotected JaxbPreUpdateJaxbEntityListener. preUpdateprotected JaxbPreUpdateJaxbMappedSuperclass. preUpdateMethods in org.hibernate.boot.jaxb.mapping that return JaxbPreUpdate Modifier and Type Method Description JaxbPreUpdateObjectFactory. createJaxbPreUpdate()Create an instance ofJaxbPreUpdateJaxbPreUpdateEntityOrMappedSuperclass. getPreUpdate()JaxbPreUpdateJaxbEntity. getPreUpdate()Gets the value of the preUpdate property.JaxbPreUpdateJaxbEntityListener. getPreUpdate()Gets the value of the preUpdate property.JaxbPreUpdateJaxbMappedSuperclass. getPreUpdate()Gets the value of the preUpdate property.JaxbPreUpdateLifecycleCallbackContainer. getPreUpdate()Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPreUpdate Modifier and Type Method Description voidEntityOrMappedSuperclass. setPreUpdate(JaxbPreUpdate value)voidJaxbEntity. setPreUpdate(JaxbPreUpdate value)Sets the value of the preUpdate property.voidJaxbEntityListener. setPreUpdate(JaxbPreUpdate value)Sets the value of the preUpdate property.voidJaxbMappedSuperclass. setPreUpdate(JaxbPreUpdate value)Sets the value of the preUpdate property.voidLifecycleCallbackContainer. 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()
-