Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37404681
en ru br
Репозитории ALT
S:1.0.1-alt4_29jpp11
www.altlinux.org/Changes

Группа :: Разработка/Прочее
Пакет: hibernate-jpa-2.0-api

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: hibernate-jpa-2.0-api-1.0.1.Final-encoding.patch
Скачать


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 entityб▓s 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 entityб▓s 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 entityб▓s 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 entityб▓s primary
+     * supplied, the relationship maps the entity's primary
      * key.
      */
    String value() default "";
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin