1 2 3 4 5 6 7
# # Example resource file for DaoClasspathStatementProvider # get.products = select * from Product %test.get.products = select * from Product where category = 'Beverages' %dev.get.products = select * from Product where category = 'Condiments'