代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/hibernate-jpa-2.0-api 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
diff -Naur hibernate-jpa-2.0-api-1.0.1.Final/src/main/java/javax/persistence/EntityManager.java hibernate-jpa-2.0-api-1.0.1.Final-work/src/main/java/javax/persistence/EntityManager.java
--- hibernate-jpa-2.0-api-1.0.1.Final/src/main/java/javax/persistence/EntityManager.java 2011-06-13 05:58:51.000000000 -0400
+++ hibernate-jpa-2.0-api-1.0.1.Final-work/src/main/java/javax/persistence/EntityManager.java 2012-01-15 09:49:01.036261572 -0500
@@ -103,7 +103,7 @@
* not exist
* @throws IllegalArgumentException if the first argument does
* not denote an entity type or the second argument is
- * is not a valid type for that entitys primary key or
+ * is not a valid type for that entity's primary key or
* is null
*/
public <T> T find(Class<T> entityClass, Object primaryKey);
@@ -123,7 +123,7 @@
* not exist
* @throws IllegalArgumentException if the first argument does
* not denote an entity type or the second argument is
- * is not a valid type for that entitys primary key or
+ * is not a valid type for that entity's primary key or
* is null
* @since Java Persistence 2.0
*/
@@ -244,7 +244,7 @@
* @return the found entity instance
* @throws IllegalArgumentException if the first argument does
* not denote an entity type or the second argument is
- * not a valid type for that entitys primary key or
+ * not a valid type for that entity's primary key or
* is null
* @throws EntityNotFoundException if the entity state
* cannot be accessed
@@ -722,4 +722,4 @@
* @since Java Persistence 2.0
*/
public Metamodel getMetamodel();
-}
\ No newline at end of file
+}
diff -Naur hibernate-jpa-2.0-api-1.0.1.Final/src/main/java/javax/persistence/MapsId.java hibernate-jpa-2.0-api-1.0.1.Final-work/src/main/java/javax/persistence/MapsId.java
--- hibernate-jpa-2.0-api-1.0.1.Final/src/main/java/javax/persistence/MapsId.java 2011-06-13 05:58:51.000000000 -0400
+++ hibernate-jpa-2.0-api-1.0.1.Final-work/src/main/java/javax/persistence/MapsId.java 2012-01-15 09:49:25.292274457 -0500
@@ -72,7 +72,7 @@
/**
* (Optional) The name of the attribute within the composite key
* to which the relationship attribute corresponds. If not
- * supplied, the relationship maps the entitys primary
+ * supplied, the relationship maps the entity's primary
* key.
*/
String value() default "";
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。