Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbFieldResult
-
Packages that use JaxbFieldResult Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbFieldResult in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbFieldResult Modifier and Type Field Description protected List<JaxbFieldResult>
JaxbEntityResult. fieldResult
Methods in org.hibernate.boot.jaxb.mapping that return JaxbFieldResult Modifier and Type Method Description JaxbFieldResult
ObjectFactory. createJaxbFieldResult()
Create an instance ofJaxbFieldResult
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbFieldResult Modifier and Type Method Description List<JaxbFieldResult>
JaxbEntityResult. getFieldResult()
Gets the value of the fieldResult property.
-