Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Packages that use JaxbHbmNativeQueryScalarReturnType Package Description org.hibernate.boot.jaxb.hbm.internal JAXB details.org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query Support for handling named queries during the bootstrap process. -
-
Uses of JaxbHbmNativeQueryScalarReturnType in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type JaxbHbmNativeQueryScalarReturnType Modifier and Type Method Description void
ImplicitResultSetMappingDefinition.Builder. addReturn(JaxbHbmNativeQueryScalarReturnType scalarReturn)
-
Uses of JaxbHbmNativeQueryScalarReturnType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryScalarReturnType Modifier and Type Method Description JaxbHbmNativeQueryScalarReturnType
ObjectFactory. createJaxbHbmNativeQueryScalarReturnType()
Create an instance ofJaxbHbmNativeQueryScalarReturnType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNativeQueryScalarReturnType Modifier and Type Method Description JAXBElement<JaxbHbmNativeQueryScalarReturnType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmNativeQueryScalarReturnType Modifier and Type Method Description JAXBElement<JaxbHbmNativeQueryScalarReturnType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeReturnScalar(JaxbHbmNativeQueryScalarReturnType value)
-
Uses of JaxbHbmNativeQueryScalarReturnType in org.hibernate.boot.query
Methods in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryScalarReturnType Modifier and Type Method Description ImplicitHbmResultSetMappingDescriptorBuilder
ImplicitHbmResultSetMappingDescriptorBuilder. addReturn(JaxbHbmNativeQueryScalarReturnType returnMapping)
Constructors in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryScalarReturnType Constructor Description ScalarDescriptor(JaxbHbmNativeQueryScalarReturnType hbmScalarReturn)
-