Wednesday, June 18, 2008

How to map Text datatype in MSSQL with Entity Bean in Hibernate

While generating the Entity with Hibernate Code generation tool it will providing String datatype.

To avoid the exception add @Lob Annotation with the getter method.

No comments: