kuros / random-jpa

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

Fix cyclic issue when an entity reference to it self #39

Closed caodangtinh closed 4 years ago

caodangtinh commented 4 years ago

In some relationship, an entity can reference to it self, generator produces some error log for that case and it is not correct behavior.

kuros commented 4 years ago

Had to revert the changes, the tests are failing (CyclicValidatorTest).