You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My understanding is that Entity beans can have their field level annotations placed on either the instance variables or the getter methods. Kundera is failing to find @id tags when they are on the getter method (I have not tested the other attributes).
I am using 2.2.1 against Cassandra 1.2 on Java 1.6 1.6.0_24 on Windows 7 Pro 64bit.
The text was updated successfully, but these errors were encountered:
Last time I checked Kundera didn't support property based annotations.
You'll have to port them to fields. Hth.
On 25 Jan 2013 00:13, "nick2013" [email protected] wrote:
My understanding is that Entity beans can have their field level
annotations placed on either the instance variables or the getter methods.
Kundera is failing to find @idhttps://github.com/Id tags when they are
on the getter method (I have not tested the other attributes).
I am using 2.2.1 against Cassandra 1.2 on Java 1.6 1.6.0_24 on Windows 7
Pro 64bit.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/164.
My understanding is that Entity beans can have their field level annotations placed on either the instance variables or the getter methods. Kundera is failing to find @id tags when they are on the getter method (I have not tested the other attributes).
I am using 2.2.1 against Cassandra 1.2 on Java 1.6 1.6.0_24 on Windows 7 Pro 64bit.
The text was updated successfully, but these errors were encountered: