persistence@glassfish.java.net

Re: Duplicate Column?

From: Gary Jacobson <gtjacobson_at_gmail.com>
Date: Wed, 23 Apr 2008 15:48:16 +0200

Hi Dennis

If you have the same @Column annotations in your entity and embeddable
class, you should add insertable = false, updatable = false to the
annotations in either the entity or the embeddable class.

Cheers
Gary