Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
-
Packages that use JaxbHbmNativeQueryCollectionLoadReturnType Package Description 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.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNativeQueryCollectionLoadReturnType Modifier and Type Method Description JaxbHbmNativeQueryCollectionLoadReturnTypeObjectFactory. createJaxbHbmNativeQueryCollectionLoadReturnType()Create an instance ofJaxbHbmNativeQueryCollectionLoadReturnTypeMethods 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 ImplicitHbmResultSetMappingDescriptorBuilderImplicitHbmResultSetMappingDescriptorBuilder. 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)
-