PATCH: create tables from objects and specify table names at run time

21 views
Skip to first unread message

crcarter

unread,
Oct 23, 2009, 12:02:03 AM10/23/09
to Persist

I have worked on a few changes that

1) provide new functions for CREATE(), allowing you to create db
tables from arbitrary Java objects

2) specify table names programmatically, eg instead of create
( POJO.class) followed by readlist( POJO.class ), you can now create
( "table1", POJO.class) and create( "table2", POJO.class) followed by
readlist( "table1", POJO.class )

These changes work in my very limited testing. I will upload a patch
to the files section shortly. Please share your thoughts and
experiences.

Clayton
Reply all
Reply to author
Forward
0 new messages