Re: Hibernate -- what does this exception mean??
- From: "Georg J. Stach" <VORNAME.j.NACHNAME@xxxxxx>
- Date: Thu, 23 Jun 2005 18:32:44 +0200
Hi,
> net.sf.hibernate.id.IdentifierGenerationException: ids for this class
> must be manually assigned before calling save():
> com.cibc.gdp.tecp.envoy.audit.persistence.PostProcessResults
I didn't get this error so far, but I could imagine that you
a) have to tell Hibernate of which type your column is (eg.
java.lang.Integer)
b) have so set a generator for the ID (eg. a sequence, native, HiLo
algorithm ...)
--
Bye
Georg
.
- Follow-Ups:
- Re: Hibernate -- what does this exception mean??
- From: amatijaca@xxxxxxxxx
- Re: Hibernate -- what does this exception mean??
- References:
- Hibernate -- what does this exception mean??
- From: amatijaca@xxxxxxxxx
- Hibernate -- what does this exception mean??
- Prev by Date: Hibernate -- what does this exception mean??
- Next by Date: Re: Optimization
- Previous by thread: Hibernate -- what does this exception mean??
- Next by thread: Re: Hibernate -- what does this exception mean??
- Index(es):
Relevant Pages
|
|