【发布时间】:2014-02-16 09:14:26
【问题描述】:
我有一个问题,我需要将某个实体中的字段(列)存储为 xml 数据类型并使用 jpa(eclipse 链接)处理它们。
Does eclipse link provide a way to deal with xml other than no sql?
Does using no sql require the need of using different type of data
source and does that mean I cannot use a jta data source to deal with other normal entity?
Does using xml data type have bad impact on performance?
【问题讨论】:
标签: xml jpa eclipselink