Skip to content
Success

Changes

Summary

  1. Support recursive entity descriptors (pointing to themselves). (commit: ef3c26d) (details)
Commit ef3c26da9d834aa0a45e2673f82d4adc55b3dc6d by Martin Ledvinka
Support recursive entity descriptors (pointing to themselves).
For entities related to instances of the same class, the relationship
may be transitive. One can then want to define a descriptor for this
transitive relationship. A recursive descriptor would allow it.
(commit: ef3c26d)
The file was modifiedjopa-api/src/main/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptor.java (diff)
The file was modifiedjopa-api/src/test/java/cz/cvut/kbss/jopa/model/descriptors/EntityDescriptorTest.java (diff)