> at org.apache.openjpa.persistence.criteria.PathImpl.get(PathImpl.java:270) > at > org.springframework.data.jpa.repository.query.JpaQueryCreator.toPredicate(JpaQueryCreator.java:204)
Looks like Spring (JpaQueryCreator) is building a Criteria query from form input. That code needs to split the dot separated path to individual path segments. > Do you expect a object-graph string in this method? no. ----- Pinaki Poddar Chair, Apache OpenJPA Project -- View this message in context: http://openjpa.208410.n2.nabble.com/Like-issue-with-Embedded-attribute-with-Spring-Data-JPA-tp6735592p6739467.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
