vote up 0 vote down star

I'm new to this hibernate/jpa stuff so bear with me..

I've generated an entity bean and it works fine, but I would like to add some extra attributes to it and this causes hibernate to complain that the extra attributes aren't in the table's field list..

Is there a keyword to exclude these attributes from hibernate's query??

flag

1 Answer

vote up 2 vote down check

Mark them as @Transient.

link|flag
Exactly what I needed. Thank you for the fast response! – Mobs Nov 4 at 14:23

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.