Open
Description
Oliver Drotbohm opened DATACMNS-1686 and commented
o.s.d.repository.query.parser.AbstractQueryCreator
creates a dependency towards types in o.s.d.repository.query
which causes all additional functionality referring to both tickets having to live in the parser
package. There's no real reason for AQC
to live in the parser
package. For 3.0 we should:
- move the class to
o.s.d.repository.query
- move functionality from
PartTreeJpaQuery
to theParameters
type hierarchy
No further details from DATACMNS-1686