Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostPersist
-
Packages that use JaxbPostPersist Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbPostPersist in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbPostPersist Modifier and Type Field Description protected JaxbPostPersistJaxbEntity. postPersistprotected JaxbPostPersistJaxbEntityListener. postPersistprotected JaxbPostPersistJaxbMappedSuperclass. postPersistMethods in org.hibernate.boot.jaxb.mapping 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 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) -
Uses of JaxbPostPersist in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostPersist Modifier and Type Method Description List<JaxbPostPersist>PropertyMappingElementCollector. getPostPersist()
-