-->
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 Maps
PostPosted: Thu Jun 09, 2005 5:10 pm 
Newbie

Joined: Thu Jun 09, 2005 4:53 pm
Posts: 1
Hello

We're using dynamic maps. But it has at least 2 drawbacks:
- you have to use java.util.HashMap (it's hardcoded in DynamicMapInstantiator) We need our custom Maps
- the for the entity-name is hardcoded to "type" (but "type" is an usual column name in our db scheme)

I made a thin patch (Environment, SettingsFactory, Settings, DynamicMapInstantiator):
- new property: "hibernate.map.class" for the concrete class (implementing java.util.Map, default: java.util.HashMap) for use in dynamic maps
- new property: "hibernate.map.typekey" for the name of the key for entity-name in the Maps (default: "type")

Are there other solutions?

Thanks,
Oliver


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