dev@glassfish.java.net

Default Table name for Table Generator

From: Markus KARG <markus.karg_at_gmx.net>
Date: Sun, 17 Jun 2007 08:54:14 +0200

When I specify @GeneratedValue(strategy=TABLE,generator="foo") then GF
is using the table "foo" for generating IDs.
If I just specify @GeneratedValue(strategy=TABLE), what is the default
table name that GF with actually use at runtime?
As a "simple user" I expected that GF uses the name of the entity bean
class (that one annotated with @Entity) but it seems that is not working.

Thanks
Markus