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 JaxbPostLoadJaxbEntity. postLoadprotected JaxbPostLoadJaxbEntityListener. postLoadprotected JaxbPostLoadJaxbMappedSuperclass. postLoadMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbPostLoad Modifier and Type Method Description JaxbPostLoadObjectFactory. createJaxbPostLoad()Create an instance ofJaxbPostLoadJaxbPostLoadEntityOrMappedSuperclass. getPostLoad()JaxbPostLoadJaxbEntity. getPostLoad()Gets the value of the postLoad property.JaxbPostLoadJaxbEntityListener. getPostLoad()Gets the value of the postLoad property.JaxbPostLoadJaxbMappedSuperclass. getPostLoad()Gets the value of the postLoad property.JaxbPostLoadLifecycleCallbackContainer. getPostLoad()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbPostLoad Modifier and Type Method Description voidEntityOrMappedSuperclass. setPostLoad(JaxbPostLoad value)voidJaxbEntity. setPostLoad(JaxbPostLoad value)Sets the value of the postLoad property.voidJaxbEntityListener. setPostLoad(JaxbPostLoad value)Sets the value of the postLoad property.voidJaxbMappedSuperclass. setPostLoad(JaxbPostLoad value)Sets the value of the postLoad property.voidLifecycleCallbackContainer. setPostLoad(JaxbPostLoad value)
-