Christian Beikov
Christian Beikov
Are you using an uber-jar deployment? In that case you must provide the Hibernate version through a version provider SPI
Here is the SPI you have to implement https://www.javadoc.io/doc/com.blazebit/blaze-persistence-integration-hibernate-base/latest/com/blazebit/persistence/integration/hibernate/base/spi/HibernateVersionProvider.html You will need a compile dependency on baze-persistence-integration-hibernate-base to see this class though.
For what it's worth, I implemented the JPA Criteria API on top of the blaze-persistence criteria builder. One can derive a blaze-persistence criteria builder from a JPA criteria query now...
I think this is fixed. Seems like you put all clauses into a set and then render that.
I just looked at the code again and if I understand your concern, it seems that this issue is fixed. Please confirm so that we can fix and close this...
Hey Dan, thanks for the detailed report. If you can create a reproducer for this, that would be really awesome.
Since not even SmallRye GraphQL can do what we need, this will take even longe. Also see https://github.com/Blazebit/blaze-persistence/issues/1212
I have that problem too, if two different packages contain same classes/interfaces, then the doc is broken.
Get the current version of this project(http://sourceforge.net/projects/blazeframework/) and look into the dir "other", there is a Bat-File named buildDoc which calls php-doc.
The problem was because I had two subpackages cache in different main packages, which both contained an interface Cache. Now I excluded one of the main packages and it worked....