I'm looking for a way to do a couple of things via my MySQL database's Stored Procedures/Functions.
My needs:
Any advice on solving these problems would be greatly appreciated!
My needs:
- One of my procedures is a "refresh" type procedure that doesn't need to return anything explicitly, so I would just need to call it and move on.
- I would ideally like to get a SelectBuilder that returns a list of MyEntity that results from a stored procedure as well because
Any advice on solving these problems would be greatly appreciated!
Comment