Skip to content

Add PropertyPathMapper to PropertyPath creation [DATACMNS-1176] #1618

@spring-projects-issues

Description

@spring-projects-issues

Ales Justin opened DATACMNS-1176 and commented

PropertyPath from Part(Tree) doesn't always directly map class's structure.
e.g. in Hibernate Search (HS) Spring Data implementation we map class's HS fields

@Field(name = "foo")
String bar;

public List<Simple> findByFoo(String foo);

In current impl, this use case fails.
Adding a mapper, we could be less restrictive on the actual "Part" usage.
e.g. not just strictly class's properties / hierarchy


No further details from DATACMNS-1176

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions