Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
Packages that use JaxbQueryParamType
-
Uses of JaxbQueryParamType in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbQueryParamTypeModifier and TypeFieldDescriptionprotected List<JaxbQueryParamType>JaxbNamedNativeQuery.queryParamprotected List<JaxbQueryParamType>JaxbNamedQuery.queryParamMethods in org.hibernate.boot.jaxb.mapping that return JaxbQueryParamTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbQueryParamType()Create an instance ofJaxbQueryParamTypeMethods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbQueryParamTypeModifier and TypeMethodDescriptionJaxbNamedNativeQuery.getQueryParam()Gets the value of the queryParam property.JaxbNamedQuery.getQueryParam()Gets the value of the queryParam property.