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