-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: MyORM
PostPosted: Tue Mar 04, 2008 2:41 pm 
Newbie

Joined: Tue Mar 04, 2008 2:11 pm
Posts: 3
Hi, I have created a tiny ORM layer that I would like to get some feedback on:

http://rupy.se/synapse.zip

It doesn't use reflection but generates classes instead. It might not be as complete as Hibernate, but it boasts some pretty funky features that I don't think even Hibernate has.

If you know of any other ORM projects that use 'generation time' mapping; please point me in their direction.

I hope it is ok with the hibernate guys that I post this here, othervise just remove the post.

Cheers,

/marc


Last edited by rupy on Wed Mar 05, 2008 7:54 pm, edited 5 times in total.

Top
 Profile  
 
 Post subject: Re: MyORM
PostPosted: Tue Mar 04, 2008 3:13 pm 
Expert
Expert

Joined: Wed Apr 11, 2007 11:39 am
Posts: 735
Location: Montreal, QC
What are the features?


Farzad-


Top
 Profile  
 
 Post subject:
PostPosted: Tue Mar 04, 2008 4:58 pm 
Newbie

Joined: Tue Mar 04, 2008 2:11 pm
Posts: 3
Well, it has a simple graphical "drag'n drop" style editor, where you design your data structure.

It supports:

- Oracle and MySQL.
- Insert, Update, Delete and Select on Entities and Relations.

Relations are many-to-many tables, with illimited number of cross table relations and metadata (relation specific) columns; which I doubt Hibernate handles gracefully.

I have also started looking at complex objects, so that you can integrate against the persistence layer with more or less data than contained in the database. You can already stream objects as binary and packets as XML.

Take a look!


Last edited by rupy on Wed Mar 05, 2008 7:49 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject:
PostPosted: Wed Mar 05, 2008 7:48 pm 
Newbie

Joined: Tue Mar 04, 2008 2:11 pm
Posts: 3
Here is a screenshot of the editor, all feedback is welcomed!

Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.