Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.8.0
-
None
-
None
Description
In method executeExampleQuery from EntityRepositoryHandler there is this comment:
// Not sure if this should be the intended behaviour // when we don't get any attributes maybe we should // return a empty list instead of all results
I think the desired behavior would be to search the example object for filled attributes and do the query with these attributes.
I made a patch with my idea, but it creates a dependency with commons-beanutils. I don't know if there is some alternative to this.