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.  [ 2 posts ] 
Author Message
 Post subject: How to access param values in generator
PostPosted: Thu Apr 10, 2008 6:30 am 
Newbie

Joined: Thu Apr 03, 2008 4:16 am
Posts: 18
Hi

I have started using Nhibernate recently and one of my requirements is to use genrator class for which is as follows
<generator class="NHibernateConsole.Counter, NHibernateConsole">
<param name="CounterID" >COUNTERID</param>

Now when inside my IIdentifierGenerator.Generate implementation I want to access the param values passed which I need to pass further to function which returns me the new counter value. Any help would be appreciated in advance.

Thanks


Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version: 2.0

Mapping documents:

Code between sessionFactory.openSession() and session.close():

Full stack trace of any exception that occurs:

Name and version of the database you are using:

The generated SQL (show_sql=true):

Debug level Hibernate log excerpt:


Problems with Session and transaction handling?

Read this: http://hibernate.org/42.html


Top
 Profile  
 
 Post subject: Solution
PostPosted: Thu Apr 10, 2008 8:00 am 
Newbie

Joined: Thu Apr 03, 2008 4:16 am
Posts: 18
I found a way of doing this . Since this is not documented well I took some time to find. All you need to do is implement Iconfigurable interface which is used to retrieve params for that instance.

public void IConfigurable.Configure(NHibernate.Type.IType type, System.Collections.IDictionary parms, NHibernate.Dialect.Dialect d)
{

}


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.