Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
-
Packages that use JaxbHbmNativeQueryReturnType 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 JaxbHbmNativeQueryReturnType in org.hibernate.boot.jaxb.hbm.internal
Methods in org.hibernate.boot.jaxb.hbm.internal with parameters of type JaxbHbmNativeQueryReturnType Modifier and Type Method Description void
ImplicitResultSetMappingDefinition.Builder. addReturn(JaxbHbmNativeQueryReturnType rootReturn)
-
Uses of JaxbHbmNativeQueryReturnType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryReturnType Modifier and Type Method Description JaxbHbmNativeQueryReturnType
ObjectFactory. createJaxbHbmNativeQueryReturnType()
Create an instance ofJaxbHbmNativeQueryReturnType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmNativeQueryReturnType Modifier and Type Method Description JAXBElement<JaxbHbmNativeQueryReturnType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmNativeQueryReturnType Modifier and Type Method Description JAXBElement<JaxbHbmNativeQueryReturnType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeReturn(JaxbHbmNativeQueryReturnType value)
-
Uses of JaxbHbmNativeQueryReturnType in org.hibernate.boot.query
Methods in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryReturnType Modifier and Type Method Description ImplicitHbmResultSetMappingDescriptorBuilder
ImplicitHbmResultSetMappingDescriptorBuilder. addReturn(JaxbHbmNativeQueryReturnType returnMapping)
Constructors in org.hibernate.boot.query with parameters of type JaxbHbmNativeQueryReturnType Constructor Description EntityResultDescriptor(JaxbHbmNativeQueryReturnType hbmEntityReturn, Supplier<Map<String,Map<String,HbmResultSetMappingDescriptor.JoinDescriptor>>> joinDescriptorsAccess, String registrationName, MetadataBuildingContext context)
-