0
我有一個問題,我需要將某個字段(列)存儲在某個實體中作爲xml數據類型,並使用jpa(eclipse鏈接)處理它們。eclipse鏈接是否爲xml數據類型提供存儲
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?
不要ü有直接回答我的問題特別是如果它可以使用JPA完成。閱讀和理解完整的api(JDO)來解決這樣的問題效率不高 –
據我所知,JPA僅適用於關係數據庫。 JDO與JPA的99%相同,只是它具有更多的功能和靈活性。看看這裏:https://db.apache.org/jdo/jdo_v_jpa.html – zmirc
所以它是不可能使用jpa的xml數據類型 –