Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit e7e1bfe

Browse files
committed
#41 - ENH: Support fetchCache()
1 parent 06e5abd commit e7e1bfe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/io/ebean/querybean/generator/SimpleQueryBeanWriter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@ private void writeAssocBeanFetch() {
240240
if (isEntity()) {
241241
writeAssocBeanFetch("", "Eagerly fetch this association loading the specified properties.");
242242
writeAssocBeanFetch("Query", "Eagerly fetch this association using a 'query join' loading the specified properties.");
243+
writeAssocBeanFetch("Cache", "Eagerly fetch this association using L2 cache.");
243244
writeAssocBeanFetch("Lazy", "Use lazy loading for this association loading the specified properties.");
244245
}
245246
}

0 commit comments

Comments
 (0)