Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
-
Packages that use JaxbConstructorResult Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbConstructorResult in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbConstructorResult Modifier and Type Field Description protected List<JaxbConstructorResult>
JaxbSqlResultSetMapping. constructorResult
Methods in org.hibernate.boot.jaxb.mapping that return JaxbConstructorResult Modifier and Type Method Description JaxbConstructorResult
ObjectFactory. createJaxbConstructorResult()
Create an instance ofJaxbConstructorResult
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbConstructorResult Modifier and Type Method Description List<JaxbConstructorResult>
JaxbSqlResultSetMapping. getConstructorResult()
Gets the value of the constructorResult property.
-