Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
-
Packages that use JaxbHbmNativeQueryScalarReturnType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.query -
-
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 JaxbHbmNativeQueryScalarReturnTypeObjectFactory. createJaxbHbmNativeQueryScalarReturnType()Create an instance ofJaxbHbmNativeQueryScalarReturnTypeMethods 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 ImplicitHbmResultSetMappingDescriptorBuilderImplicitHbmResultSetMappingDescriptorBuilder. addReturn(JaxbHbmNativeQueryScalarReturnType returnMapping)Constructors in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryScalarReturnType Constructor Description ScalarDescriptor(JaxbHbmNativeQueryScalarReturnType hbmScalarReturn)
-