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. queryParam
protected List<JaxbQueryParamType>
JaxbNamedQuery. queryParam
Methods in org.hibernate.boot.jaxb.mapping that return JaxbQueryParamType Modifier and Type Method Description JaxbQueryParamType
ObjectFactory. createJaxbQueryParamType()
Create an instance ofJaxbQueryParamType
Methods 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.
-