Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

per-property lazy loading #37

Open
mhgrove opened this issue Jul 14, 2010 · 1 comment
Open

per-property lazy loading #37

mhgrove opened this issue Jul 14, 2010 · 1 comment
Labels
Milestone

Comments

@mhgrove
Copy link
Owner

mhgrove commented Jul 14, 2010

use the existing proxy stuff to lazy load each individual field. might want a flag to enable this. The JPA annotations like OneToMany or ManyToMany can specify this, but they don't really make sense for primitive fields, so we might want to introduce a flag on RdfProperty or a new annotation to control this. This field/annotation should probably also override anything specified by OneToMany/ManyToMany, etc.

@mhgrove
Copy link
Owner Author

mhgrove commented Oct 6, 2010

looks like might have to switch from javassist to aspectj (http://www.eclipse.org/aspectj/). I don't see any way to create a field level proxy with javassist, in which case, this is a bigger migration than i would have hoped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant