Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbPostLoad
-
Packages that use JaxbPostLoad Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbPostLoad in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping 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 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 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)
-
Uses of JaxbPostLoad in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type JaxbPostLoad Modifier and Type Method Description List<JaxbPostLoad>
PropertyMappingElementCollector. getPostLoad()
-