1 Reply Latest reply on Jan 16, 2009 5:45 AM by swd847

    ids for this class must be manually assigned before calling save

    mangelo123

      I have a simple many-to-one relationship (customer to customerlogs). Obviously customerid is the link column.


      My question is how do I manually set the customerid on the customerlogs table or is there an annotation that can handle this? I thought for sure that when I did this with Hibernate (doing it with Seam and annotations now) that the ids (pk and fk) where assigned automatically.


      Thanks.