Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostPersist
-
Packages that use JaxbPostPersist Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbPostPersist in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostPersist Modifier and Type Field Description protected JaxbPostPersistJaxbEntity. postPersistprotected JaxbPostPersistJaxbEntityListener. postPersistprotected JaxbPostPersistJaxbMappedSuperclass. postPersistMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostPersist Modifier and Type Method Description JaxbPostPersistObjectFactory. createJaxbPostPersist()Create an instance ofJaxbPostPersistJaxbPostPersistEntityOrMappedSuperclass. getPostPersist()JaxbPostPersistJaxbEntity. getPostPersist()Gets the value of the postPersist property.JaxbPostPersistJaxbEntityListener. getPostPersist()Gets the value of the postPersist property.JaxbPostPersistJaxbMappedSuperclass. getPostPersist()Gets the value of the postPersist property.JaxbPostPersistLifecycleCallbackContainer. getPostPersist()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostPersist Modifier and Type Method Description voidEntityOrMappedSuperclass. setPostPersist(JaxbPostPersist value)voidJaxbEntity. setPostPersist(JaxbPostPersist value)Sets the value of the postPersist property.voidJaxbEntityListener. setPostPersist(JaxbPostPersist value)Sets the value of the postPersist property.voidJaxbMappedSuperclass. setPostPersist(JaxbPostPersist value)Sets the value of the postPersist property.voidLifecycleCallbackContainer. setPostPersist(JaxbPostPersist value)
-