Embracing the Messiness in Search of Epic Solutions

Tag: Spring JDBC

  • Spring: Invoking Stored Procedure

    PROBLEM There are many ways to skin a cat… so is invoking a stored procedure using Spring. Let’s assume we want to invoke the following stored procedure that accepts 3 arguments (person ID, start date, end date):- This stored procedure returns a result set where each row contains a person ID, a date and a… Read More…