Hi,

where did you place the @Column annotations? On the field or on the 
getter/setter? Or did you use the JBoss defaults? You might try to place them 
on the field instead of the getter, then it will hopefully get the persisted 
value from the field, not from the property. Note that this would change the 
field/property access for all properties of this entity, not just for the 
single field.

anonymous wrote : is there a way to add a member + getter/setter in indicate 
him as not persistable?
Sure, use the @Transient annotation.

Unfortunately, I cannot answer your last question.

Best regards

Wolfgang

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

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

Reply via email to