Skip to content

Problem reproducer for bug in QueryDSL when "contains()" won't work when Hibernate upgraded to fresh version

Notifications You must be signed in to change notification settings

H-Lo/QueryDSLContainsBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Problem reproducer for bug in QueryDSL when "contains()" won't work when Hibernate upgraded to fresh version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages