JPA 2.1 在 Eclipse 开普勒中不起作用
Posted
技术标签:
【中文标题】JPA 2.1 在 Eclipse 开普勒中不起作用【英文标题】:JPA 2.1 no work in eclipse kepler 【发布时间】:2014-04-04 19:25:24 【问题描述】:这个标签在 eclipse kepler 和 wildfly 8.0 中不起作用,想要使用 jpa 2.1 这个标签是 eclipse 自动生成的。
<persistence version="2.1"
xmlns="http://xmlns.jcp.org/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence
http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd">
如果我尝试使用这个标签
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
version="2.0">
一切正常。
请帮我解决这个问题。
【问题讨论】:
【参考方案1】:根据这个参考:How to specify JPA 2.1 in persistence.xml? 你的标签看起来不错。
能否请您发布 Eclipse 为 JPA 2.1 标签提供的错误?
【讨论】:
以上是关于JPA 2.1 在 Eclipse 开普勒中不起作用的主要内容,如果未能解决你的问题,请参考以下文章
从父类更新日期字段在 Spring Data Jpa 中不起作用
$filter 在带有 MySQL 的 JPA/Olingo 2.0.11 中不起作用
Spring Annotation @WebMvcTest 在具有 Jpa 存储库的应用程序中不起作用
JPA 自动完成功能在 Intellij spring-boot kotlin 项目中不起作用
spring.jpa.hibernate.ddl-auto=create 在带有 SpringBoot 2.0 的 Hibernate 5 中不起作用