Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
-
Packages that use JaxbQueryParamType Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbQueryParamType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbQueryParamType Modifier and Type Field Description protected List<JaxbQueryParamType>JaxbNamedNativeQuery. queryParamprotected List<JaxbQueryParamType>JaxbNamedQuery. queryParamMethods in org.hibernate.boot.jaxb.mapping that return JaxbQueryParamType Modifier and Type Method Description JaxbQueryParamTypeObjectFactory. createJaxbQueryParamType()Create an instance ofJaxbQueryParamTypeMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbQueryParamType Modifier and Type Method Description List<JaxbQueryParamType>JaxbNamedNativeQuery. getQueryParam()Gets the value of the queryParam property.List<JaxbQueryParamType>JaxbNamedQuery. getQueryParam()Gets the value of the queryParam property.
-