Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbStoredProcedureParameterImpl
Packages that use JaxbStoredProcedureParameterImpl
-
Uses of JaxbStoredProcedureParameterImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbStoredProcedureParameterImplModifier and TypeFieldDescriptionprotected List
<JaxbStoredProcedureParameterImpl> JaxbNamedStoredProcedureQueryImpl.procedureParameters
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbStoredProcedureParameterImplModifier and TypeMethodDescriptionObjectFactory.createJaxbStoredProcedureParameterImpl()
Create an instance ofJaxbStoredProcedureParameterImpl
Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbStoredProcedureParameterImplModifier and TypeMethodDescriptionJaxbNamedStoredProcedureQueryImpl.getProcedureParameters()
Gets the value of the procedureParameters property.