kuros / random-jpa

Create random test data for JPA/Hibernate entities.
GNU General Public License v3.0
26 stars 4 forks source link

[Feature Request] Supports other JPA provider than hibernate #22

Closed ghilainm closed 6 years ago

ghilainm commented 6 years ago

I would have been really happy to use your library however I can't as I am using a different JPA provider than you. I could probably use both in parallel but that wouldn't be convenient.

kuros commented 6 years ago

Can you let me know which JPA provider are you using, I will support it

ghilainm commented 6 years ago

Thx for your quick answer ;-).

I am using TopLink, which is a wrapper around EclipseLink so it should work if you support EclipseLink. Here is the maven dependency. This is the default JPA provider with WebLogic.

com.oracle.toplink eclipselink 12.1.3-0-0 provided

By the way old hibernate version do not work either. It would be nice to know which JPA version you support.

kuros commented 6 years ago

I have started working on adding EclipseLink as provider, I will update you once it is completed

kuros commented 6 years ago

Random-JPA now supports EclipseLink, will be available with v0.4.10