You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when an entity A references a B and expects a B as constructor parameter instantiation of A will fail, because the EntityRowMapper will try to get a value b from the ResultSet where b is the property name.