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. constructorResultMethods in org.hibernate.boot.jaxb.mapping that return JaxbConstructorResult Modifier and Type Method Description JaxbConstructorResultObjectFactory. createJaxbConstructorResult()Create an instance ofJaxbConstructorResultMethods 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.
-