Added helper method to lookup for inverse relations regardless of the upper/lower case in the relation encoding

This commit is contained in:
Claudio Atzori 2021-12-06 10:26:14 +01:00
parent 3cd16d6bb1
commit 5845f4fea0
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ public class ModelSupport {
* @param encoding
* @return the relation inverse descriptor, throws @IllegalArgumentException when not found.
*/
private RelationInverse findInverse(String encoding) {
public RelationInverse findInverse(String encoding) {
return ModelSupport.relationInverseMap
.entrySet()
.stream()