Files
spring-data-jpa/src
Oliver Gierke fda74889de DATAJPA-798 - Alias detection now also works for JPQL strings containing line breaks.
We tweaked the regular expression to detect query aliases to correctly use the whitespace character class \s instead of a simple space to make sure we don't get fooled by other whitespace characters like tabs and line breaks.
2015-09-14 10:43:26 -04:00
..