Author: bdaw
Date: 2009-11-09 13:02:04 -0500 (Mon, 09 Nov 2009)
New Revision: 920
Modified:
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml
Log:
- length for binary attribute
Modified:
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml
===================================================================
---
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml 2009-11-09
17:13:00 UTC (rev 919)
+++
idm/trunk/idm-hibernate/src/main/resources/mappings/HibernateIdentityObjectAttribute.hbm.xml 2009-11-09
18:02:04 UTC (rev 920)
@@ -46,7 +46,7 @@
access="field"
lazy="false"
not-null="true">
- <column name="BINARY_VALUE"/>
+ <column name="BINARY_VALUE" length="10240000"/>
</property>
</class>
Show replies by date