Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 705 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 705 Bytes

Have you ever caught yourself writing tons of boilerplate JPA query code for your CRUDs? Then meet QBEasy, QBEasy allow you to replace all that code with a single line query, you can also combine it with your generic structure for an even better utilization. Now if you are wondering why you should be using QBEasy instead of other similar frameworks developed by major vendors, well.. the answer is simple, QBEasy focus on being uncomplicated, it has been designed using Strategy pattern among others to grant you a very easy API with predefined configurations that supply almost every crud needs. But if you need, of course, you can select among other predefined configurations or even create your own.