so...
my database contains some array types. such as "varchar (n) []", "float []", "int []"
i want to use JPA to read and store these columns
@Column(name="column1") // varchar (100) []
String [] property1;
@Column(name="column2") // float []
double [] property2;
but, toplink tells me thant those columns cannot be read or store. the program meets an exception...
is there any solution to solve the problem?
_________________________________________________________________
上Windows Live 中国首页,下载最新版Messenger!
http://im.live.cn/