Skip to content

Commit 6d695f6

Browse files
committed
another step
1 parent 7167baa commit 6d695f6

File tree

1 file changed

+1
-1
lines changed
  • spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping

1 file changed

+1
-1
lines changed

spring-data-relational/src/main/java/org/springframework/data/relational/core/mapping/AggregatePath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ private AggregatePath fullPath(AggregatePath ap) {
659659
* @return
660660
*/
661661
public Iterable<AggregatePath> paths() {
662-
return columnInfos.keySet();
662+
return longColumnInfos.keySet();
663663
}
664664

665665
/**

0 commit comments

Comments
 (0)