Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
-
Packages that use JaxbHbmQueryParamType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmQueryParamType in org.hibernate.boot.jaxb.hbm.spi
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmQueryParamType Modifier and Type Method Description JaxbHbmQueryParamType
ObjectFactory. createJaxbHbmQueryParamType()
Create an instance ofJaxbHbmQueryParamType
Methods in org.hibernate.boot.jaxb.hbm.spi that return types with arguments of type JaxbHbmQueryParamType Modifier and Type Method Description javax.xml.bind.JAXBElement<JaxbHbmQueryParamType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType value)
javax.xml.bind.JAXBElement<JaxbHbmQueryParamType>
ObjectFactory. createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType value)
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmQueryParamType Modifier and Type Method Description javax.xml.bind.JAXBElement<JaxbHbmQueryParamType>
ObjectFactory. createJaxbHbmNamedNativeQueryTypeQueryParam(JaxbHbmQueryParamType value)
javax.xml.bind.JAXBElement<JaxbHbmQueryParamType>
ObjectFactory. createJaxbHbmNamedQueryTypeQueryParam(JaxbHbmQueryParamType value)
-