Closed
Description
Jens Schauder opened DATAJDBC-157 and commented
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.
Reference URL: http://mybatis-user.963551.n3.nabble.com/Problem-with-namespaces-td3462274.html
Referenced from: pull request #30