I think, this is the case for unknown primary key.
alex
You can't add a another column to have a primary key?
--
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Martin Vilcans wrote:
> Hi!
>
> A simple question: How do I create a CMP e
You can't add a another column to have a primary key?
--
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Martin Vilcans wrote:
Hi!
A simple question: How do I create a CMP entity bean with only one instance?
I need an entity bean that hold
Hi!
A simple question: How do I create a CMP entity bean with only one instance?
I need an entity bean that holds the current date as a week and a day
number, stored as two columns in a table with only one row. Since there's
only one row in the table, I don't need a primary key.
I have created a