-
Notifications
You must be signed in to change notification settings - Fork 693
Open
Labels
status: feedback-providedFeedback has been providedFeedback has been providedtype: enhancementA general enhancementA general enhancement
Description
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
Labels
status: feedback-providedFeedback has been providedFeedback has been providedtype: enhancementA general enhancementA general enhancement