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