Hi all,

I've got a simple, but annoying mapping-problem:

My (MySQL) DB-table has a column named compositeId of type INTEGER.
I'd like to generate that value in my Entity bean, using the getter method : 

public Integer getCompositeId();

Somehow, my getter isn't called when I'm persisting the bean, but when I use a 
private variable instead, it is.

Please help.

Bram

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003195#4003195

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003195
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to