Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » Data row initialization for DataBase Table
Data row initialization for DataBase Table [message #390594] Mon, 27 July 2009 05:29 Go to next message
Eclipse UserFriend
Hi all,

in my persistence.xml I set:

<property name="eclipselink.ddl-generation" value="create-tables" />
<property name="eclipselink.ddl-generation.output-mode" value="database"/>

in order to let eclipelink generate the DataBase schema when my
application start-up.
I would like to know if there is (or what is) an easy-way to insert on
tables, initial rows. I would like for example that in my "department"
table (related to my Department entity class), i have the possibility to
have a certain number of "pre-loaded" rows.

I can manage that using my db scripts, but I would like to know if some
eclipselink configuration can be usefult to get the same goal.

BR,
Enrico
Re: Data row initialization for DataBase Table [message #390596 is a reply to message #390594] Mon, 27 July 2009 11:21 Go to previous message
Eclipse UserFriend
You could use a SessionCustomizer to populate the data (you will need to
login in the customizer). But it may be better to have some preload
process in your app, or ant build file.
Previous Topic:Exception when using EclipseLink JPA in OC4J 10.1.3.4
Next Topic:Negative Ids
Goto Forum:
  


Current Time: Tue Jul 22 23:43:49 EDT 2025

Powered by FUDForum. Page generated in 0.03239 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top