Now instead of creating named queries, or writing down your queries in JPA, all you need is to fill a bean of the JPA class you want to query and call the "findByExample" method, and it will filter accordingly. You can also customize how the query is built by some annotations that can be added to the JPA class (@Exact for exact string instead of using like, @Exclude to exclude fields or a value for this field, @From and @To for date ranges... and more). Check this url for a blog describing how it works http://engmohamedafifi.wordpress.com/2015/03/08/simple-jpa-query/
Follow SimpleJPAQuery
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of SimpleJPAQuery!