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

Kundera should switch between field/property access depending on how entities are annotated #24

Open
zenbones opened this issue Jan 23, 2012 · 4 comments
Labels

Comments

@zenbones
Copy link
Contributor

The JPA spec. allows for both field access (vie field reflection) and property access (via implied getXXX()/setXXX() methods) to be used to read/write Entity level properties. This switch occurs depending upon the use of the @id annotation (on a field, then field access / on a property, then property access). Kundera currently allows only field level access, but should probably allow both.

@ghost ghost assigned xamry Jul 17, 2012
@mevivs
Copy link
Collaborator

mevivs commented Jul 24, 2012

Marking for 2.0.8 release

@ravindranathakila
Copy link

Can you please document that only field based access is still implemented? Otherwise, others will end up looking for issues like me. Thanks!

@mevivs
Copy link
Collaborator

mevivs commented Nov 24, 2012

I guess, that's why we have an issue open for this. Marking all open issues on wiki is some sort of redundancy, However i will have a note to mark it for next release.

@ccarpenter04
Copy link

Has anyone done any work towards implementing this?

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

5 participants