This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Description
In version 0.9.8, one could use querydsl without having Hibernate Search. In version 0.11.1, there is now a @org.hibernate.search.annotations.Field on fr.openwide.core.jpa.business.generic.model.GenericEntity.getId(), so you have to depends on Hibernate Search to use GenericEntity.
A workaround would be to have a SearchableGenericEntity subclass (or interface?) that override getId() to add the @field annontation.
Adrien