-->
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.  [ 1 post ] 
Author Message
 Post subject: Dynamic database
PostPosted: Sun Sep 21, 2003 3:20 pm 
Newbie

Joined: Sun Sep 21, 2003 3:10 pm
Posts: 1
Hi!

I've been looking around for a good O/R mapping and persistance tool, and as far as I can tell, Hibernate is one of the best tools to use.

I have a problem that I really hope that Hibernate can solve for me. At our company we have a very dynamic database structure for our system. Our customers can add and remove tables and columns with an administration tool. Our core API extracts information about which tables exists and which columns exists in the database at runtime. Our current persistance framework is a home-grown one, and it's beginning to fall apart on us. What I'm looking for is a tool like Hibernate that can be configured during runtime. What I've seen so far of Hibernate, the classes for tables must be created during deployment. Is there some way of achieving what I'm looking for? Maybe generating the classes for the tables with cglib/bcel/javassist? Or does Hibernate have some kind of API for doing this?

Thanks in advance,

Niklas Ekman


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

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:
cron
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.