-->
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: Tuplizers doesn't work
PostPosted: Wed Dec 07, 2005 11:36 am 
Newbie

Joined: Tue Oct 11, 2005 3:46 am
Posts: 3
Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp

Hibernate version:3.1rc3

Mapping documents:
<class entity-name="Entity" batch-size="20" lazy="true">
<tuplizer class="EntityTuplizer" entity-mode="dynamic-map"/>



HIbernate source code:

Code:
         if ( entityMode.toString().equals( tuplizerElem.attributeValue( "entity-mode") ) ) {
            return tuplizerElem;
         }


tuplizerElem.attributeValue( "entity-mode")=dynamic-map < came from xml and defined in dtd
entityMode.toString() = MAP < come from hibernate source

Is it Hibernate error ?


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 11:40 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1212


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 12:05 pm 
Newbie

Joined: Tue Oct 11, 2005 3:46 am
Posts: 3
Thanks


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 07, 2005 12:32 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 3:00 pm
Posts: 1816
Location: Austin, TX
Yes silly lack of detail on my part ;)


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.