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
For some queries we expect ids like findAllByProperty.<propertyName> containing a dot. This is not supported by MyBatis.
A workaround is to include the findAllByProperty part in the namesspace but that feels just wrong and probably also makes reuse parts of SQL statements ugly.
We should use a different separator, possibly a dash.