jdbc-proc provides mappings from POJOs to stored procedures. Create stored procedure and map it to DAO interface method.public interface CompanyDao { @AStoredProcedure( name = "createco...