Skip to content

Releases: AndersonCRocha/jpql-query-builder

v1.2.2

11 Oct 11:51
Compare
Choose a tag to compare

Improvements in order by and joins clause, added sort direction enum and allowing joins by Java entity class

v1.2.1

10 May 17:04
Compare
Choose a tag to compare
  • Fix bug in clauses concatenation. "FROM" alias without space between table and JOIN clause

v1.2.0

10 Dec 01:58
Compare
Choose a tag to compare
  • Added support for automatic mapping from tuple to pojo.
  • Changed dependency from Hibernate to Java Persistence API (JPA)