Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPrePersist
-
Packages that use JaxbPrePersist Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbPrePersist in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPrePersist Modifier and Type Field Description protected JaxbPrePersistJaxbEntity. prePersistprotected JaxbPrePersistJaxbEntityListener. prePersistprotected JaxbPrePersistJaxbMappedSuperclass. prePersistMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPrePersist Modifier and Type Method Description JaxbPrePersistObjectFactory. createJaxbPrePersist()Create an instance ofJaxbPrePersistJaxbPrePersistEntityOrMappedSuperclass. getPrePersist()JaxbPrePersistJaxbEntity. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistJaxbEntityListener. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistJaxbMappedSuperclass. getPrePersist()Gets the value of the prePersist property.JaxbPrePersistLifecycleCallbackContainer. getPrePersist()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPrePersist Modifier and Type Method Description voidEntityOrMappedSuperclass. setPrePersist(JaxbPrePersist value)voidJaxbEntity. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidJaxbEntityListener. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidJaxbMappedSuperclass. setPrePersist(JaxbPrePersist value)Sets the value of the prePersist property.voidLifecycleCallbackContainer. setPrePersist(JaxbPrePersist value)
-