DATACMNS-634 - Repositories now als returns repositories for super types of a domain class.
In case the repository lookup for a given domain type fails we traverse the given types super-types and try to detect a repository for those.
Original pull request: #110.
pull/112/head
Thomas Eizinger11 years agocommitted byOliver Gierke
@ -133,11 +134,19 @@ public class Repositories implements Iterable<Class<?>> {
@@ -133,11 +134,19 @@ public class Repositories implements Iterable<Class<?>> {