I have an application which uses multiple database (Oracle, SQL Server , Informix) and need to mapping a class to different datatypes. For example:
COLUMN: DOCUMENTDATA
ORACLE DATATYPE: BLOB
SQLSERVER DATATYPE: VARBINARY(MAX)
INFORMIX DATATYPE: TEXT
How I do it in my classmap
?
You do not need to put it in your mapping, just leave it.