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 java.util.List<JaxbConstructorResult>
JaxbSqlResultSetMapping. constructorResult
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConstructorResult Modifier and Type Method Description JaxbConstructorResult
ObjectFactory. createJaxbConstructorResult()
Create an instance ofJaxbConstructorResult
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConstructorResult Modifier and Type Method Description java.util.List<JaxbConstructorResult>
JaxbSqlResultSetMapping. getConstructorResult()
Gets the value of the constructorResult property.
-