Skip to content

Mybatis doesn't allow ids containing dots [DATAJDBC-157] #388

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions