Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPreUpdate
-
Packages that use JaxbPreUpdate Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbPreUpdate in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPreUpdate Modifier and Type Field Description protected JaxbPreUpdateJaxbEntity. preUpdateprotected JaxbPreUpdateJaxbEntityListener. preUpdateprotected JaxbPreUpdateJaxbMappedSuperclass. preUpdateMethods in org.hibernate.boot.jaxb.mapping.spi 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.spi 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)
-