Contributions...

6 views
Skip to first unread message

Julian Klappenbach

unread,
Dec 3, 2008, 8:48:10 PM12/3/08
to Persist
I have some code that I'm working on that I think would be of use to
people using Persist. Basically, it's classes performing connection
management and Spring integration, including the ability to take
advantage of Spring's transaction management.

I also took the liberty of throwing in generics when I saw a
reasonable justification for them (and they were not implemented).

I'll be ready for a code review in about a week. If y'all are
interested, I'd be happy to contribute the code.

-jjk

crcarter

unread,
Dec 28, 2008, 10:57:11 AM12/28/08
to Persist

I too have some code that I could contribute. I'm adding the ability
to create tables from objects and to map objects to arbitrary tables.
I'm about to wrap up the changes at which point I have some testing to
do. I'll email along a patch when I have one.

Clayton

crcarter

unread,
Dec 28, 2008, 11:28:36 AM12/28/08
to Persist

I should clarify that I mean that my code allows a program to map
objects to tables programmatically, not just through annotations. For
example:

Persist p;
... work work work ...
p.insert( "a_table_name", myObject );
p.insert( "another_table_name", myOtherObject );
... etc etc ...

Sorry if I confused.

Clayton
Reply all
Reply to author
Forward
0 new messages