我无法在SQL Server 2008 R2中存储xml元素字符('<'和'>')。
如果我试图从持久化SQL Server中的值的Java代码(Hibernate ORM)中插入名称为(XYZ),则该值将存储为数据库。:
<value>XYZ</value>
答案 0 :(得分:0)
我可以存储未转义的值(&#39;&#39;&#39;&gt;&#39;)。编写我的代码是为了使用以下utillity getSpiceManager().execute(getRequestCreator().getAllCategories(), getRequestCreator().getLastCacheKey(),
DurationInMillis.ONE_MINUTE * 120, new JSONCategoryListener(mCategories));