right now we are creating a stored procedure in MySQL and calling it using JPA @NamedStoredProcedureQuery, but is it possible pass the entire query as string to MySQL directly as a stored procedure.
right now we are creating a stored procedure in MySQL and calling it using JPA @NamedStoredProcedureQuery, but is it possible pass the entire query as string to MySQL directly as a stored procedure.
Comments
Post a Comment