Hi,
Is there a possibility in Hibernate to create a table without a primary
key (without the @Id annotation)? I set up a with a dummy key, but I
hate this solution.
Thanx
Andre
Avinash Ramana - 10 Feb 2008 20:53 GMT
On Jan 18, 8:30 am, Andre Rothe <andre.ro...@imise.uni-leipzig.de>
wrote:
> Hi,
>
[quoted text clipped - 4 lines]
> Thanx
> Andre
No. Hibernate uses the primary key as a method of keeping identity.
Dummy key is fine
-Avinash