-->
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: Eigenschaft "type "in .hbm.xml wird ignoriert?
PostPosted: Tue Dec 01, 2009 6:27 am 
Newbie

Joined: Tue Dec 01, 2009 6:02 am
Posts: 2
Hallo,
ich möche mehr als 255 Zeichen in einem String speichern und darum den Spaltentyp auf "text" setzen.
Die entsprechende Mapping-Datei herausgesucht, und siehe da, der Typ steht schon immer auf text, dennoch wird varchar(255) angelegt.

Code:
<hibernate-mapping auto-import="false" default-access="field">
  <subclass name="org.jbpm.context.exe.variableinstance.StringInstance"
            extends="org.jbpm.context.exe.VariableInstance"
            discriminator-value="S">
    <property name="value" type="text" column="STRINGVALUE_"/>
  </subclass>
</hibernate-mapping>

Den Quellcode von org.hibernate.cfg.HbmBinder in Version 3.2.6 und 3.3.0 angeschaut, und nicht wirklich schlau geworden.
Auffällig ist aber, dass viele Codestellen, die sich auf Type beziehen, auskommentiert und mit rätselhaften TODOs versehen sind.
Wie kann ich erreichen, dass Hibernate die Spalte als text anlegt?
Vielen Dank


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.