| Author |
eager fetching of lazy formulas via criteria api
|
Alexey Zhukov
Greenhorn
Joined: Jun 02, 2011
Posts: 1
|
|
I have simple entity with lazy @Formula property:
I made instrumentation for this class and it works fine.
Sample code for testing:
Unfortunately, the method ((TestEntity)o).getCustom() invokes an additional select-statement for fetching formula:
When i use this code:
I receive only one select-query execution, but result is List of Object[]. This is not useful.
How can i get List of TestEntities with eagerly fetched custom fields?
PS. Sorry for my English.
|
 |
 |
|
|
subject: eager fetching of lazy formulas via criteria api
|
|
|