Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
-
Packages that use JaxbCustomLoader Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbCustomLoader in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCustomLoader Modifier and Type Field Description protected JaxbCustomLoader
JaxbEntity. loader
Methods in org.hibernate.boot.jaxb.mapping that return JaxbCustomLoader Modifier and Type Method Description JaxbCustomLoader
ObjectFactory. createJaxbCustomLoader()
Create an instance ofJaxbCustomLoader
JaxbCustomLoader
JaxbEntity. getLoader()
Gets the value of the loader property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCustomLoader Modifier and Type Method Description void
JaxbEntity. setLoader(JaxbCustomLoader value)
Sets the value of the loader property.
-