Hibernate mapping CLOB
From: Andrew (andrewolsen_os3_at_yahoo.com)
Date: 02/29/04
- Previous message: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Feb 2004 17:30:50 -0800
you need something like this in the mapping file:
<property name="clob"
type="org.familysearch.dataaccess.hibernate.type.TextUserType"
column="CLOB_COLUMN"/>
- Previous message: Herman Timmermans: "Re: Choosing the right RDBMS..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]