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 JaxbPostPersist
JaxbEntity. postPersist
protected JaxbPostPersist
JaxbEntityListener. postPersist
protected JaxbPostPersist
JaxbMappedSuperclass. postPersist
Methods in org.hibernate.boot.jaxb.mapping that return JaxbPostPersist Modifier and Type Method Description JaxbPostPersist
ObjectFactory. createJaxbPostPersist()
Create an instance ofJaxbPostPersist
JaxbPostPersist
EntityOrMappedSuperclass. getPostPersist()
JaxbPostPersist
JaxbEntity. getPostPersist()
Gets the value of the postPersist property.JaxbPostPersist
JaxbEntityListener. getPostPersist()
Gets the value of the postPersist property.JaxbPostPersist
JaxbMappedSuperclass. getPostPersist()
Gets the value of the postPersist property.JaxbPostPersist
LifecycleCallbackContainer. getPostPersist()
Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbPostPersist Modifier and Type Method Description void
EntityOrMappedSuperclass. setPostPersist(JaxbPostPersist value)
void
JaxbEntity. setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.void
JaxbEntityListener. setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.void
JaxbMappedSuperclass. setPostPersist(JaxbPostPersist value)
Sets the value of the postPersist property.void
LifecycleCallbackContainer. 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()
-