Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConstructorResultImpl
Packages that use JaxbConstructorResultImpl
-
Uses of JaxbConstructorResultImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConstructorResultImplModifier and TypeFieldDescriptionprotected List
<JaxbConstructorResultImpl> JaxbNamedNativeQueryImpl.constructorResult
protected List
<JaxbConstructorResultImpl> JaxbSqlResultSetMappingImpl.constructorResult
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConstructorResultImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConstructorResultImpl()
Create an instance ofJaxbConstructorResultImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConstructorResultImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getConstructorResult()
Gets the value of the constructorResult property.JaxbSqlResultSetMappingImpl.getConstructorResult()
Gets the value of the constructorResult property.