Hi,all
I am a newbie to OPENJPA.
Currently I am trying to create a project which uses JPA 2.0 new
features like @Embedded,Map<Key,Value>,List<Embedded class>, I have
created a few entity classes which is annotated with @Entity.
The table structure and relationship seem to be a bit
complicated..In order to avoid any mistake when creating tables
manually,I wander is it possible to configure something in
persistence.xml,then all the tables will be automatically created by
OPENJPA according to each entity class?