Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 631 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 631 Bytes

Setup & run

Setup

Import the project into Eclipse. The only thing needed is an empty database. Can be configured here: persistence.xml, hibernate.cfg.xml

Run

Right click on main() of App.java and "Run as Java application"

Notes

Note #1

Eclipse has a bug and displays an error about User class:

Class "net.horvoje.querydsl.bugs.contains.entity.User" is listed in the persistence.xml file, but is not annotated

This can be ignored meaning project will run no matter this error displayed.

Note #2

Created to support bug report @ querydsl/querydsl#3618