blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Implement support for JPA static metamodel

Open beikov opened this issue 9 years ago • 1 comments

All APIs should allow to make use of the JPA static metamodel.

beikov avatar Feb 04 '16 09:02 beikov

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 so the typesafe API can be used.

beikov avatar Aug 02 '16 13:08 beikov