Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbPostLoad
-
Packages that use JaxbPostLoad Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbPostLoad in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbPostLoad Modifier and Type Field Description protected JaxbPostLoad
JaxbEntity. postLoad
protected JaxbPostLoad
JaxbEntityListener. postLoad
protected JaxbPostLoad
JaxbMappedSuperclass. postLoad
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostLoad Modifier and Type Method Description JaxbPostLoad
ObjectFactory. createJaxbPostLoad()
Create an instance ofJaxbPostLoad
JaxbPostLoad
EntityOrMappedSuperclass. getPostLoad()
JaxbPostLoad
JaxbEntity. getPostLoad()
Gets the value of the postLoad property.JaxbPostLoad
JaxbEntityListener. getPostLoad()
Gets the value of the postLoad property.JaxbPostLoad
JaxbMappedSuperclass. getPostLoad()
Gets the value of the postLoad property.JaxbPostLoad
LifecycleCallbackContainer. getPostLoad()
Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostLoad Modifier and Type Method Description void
EntityOrMappedSuperclass. setPostLoad(JaxbPostLoad value)
void
JaxbEntity. setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.void
JaxbEntityListener. setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.void
JaxbMappedSuperclass. setPostLoad(JaxbPostLoad value)
Sets the value of the postLoad property.void
LifecycleCallbackContainer. setPostLoad(JaxbPostLoad value)
-