So far as I can tell, that useful openjpa features such as fetch groups and large result sets can only be configured declaratively with openjpa specific annotations.
If true, this seems somewhat limiting:
1. It is impossible to use these features when writing provider
neutral JPA code.
2. Different versions of the code are required if different settings
are needed in different environments.
Have I missed something?
- Phil
