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 ?