|
1361 | 1361 | org.hibernate.collection.internal.PersistentSet<br/> |
1362 | 1362 | org.hibernate.envers.entities.mapper.relation.lazy.proxy.ListProxy<br/> |
1363 | 1363 | org.hibernate.envers.entities.mapper.relation.lazy.proxy.SetProxy</td> |
1364 | | - <td>The Converter handles Hibernate 4 (or 3) standard collections and Envers proxies. It will handle any element of the collection.</td> |
| 1364 | + <td>The Converter handles Hibernate standard collections and Envers proxies. It will handle any element of the collection.</td> |
1365 | 1365 | <td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td> |
1366 | 1366 | <td>xstream-hibernate</td> |
1367 | 1367 | </tr> |
1368 | 1368 | <tr> |
1369 | 1369 | <td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentMapConverter.html">HibernatePersistentMapConverter</a></td> |
1370 | 1370 | <td>org.hibernate.collection.internal.PersistentMap<br/> |
1371 | 1371 | org.hibernate.envers.entities.mapper.relation.lazy.proxy.MapProxy</td> |
1372 | | - <td>The Converter handles unsorted Hibernate 4 (or 3) maps or Envers proxy. It will handle any key and value of the map.</td> |
| 1372 | + <td>The Converter handles unsorted Hibernate maps or Envers proxy. It will handle any key and value of the map.</td> |
1373 | 1373 | <td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td> |
1374 | 1374 | <td>xstream-hibernate</td> |
1375 | 1375 | </tr> |
1376 | 1376 | <tr> |
1377 | 1377 | <td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedMapConverter.html">HibernatePersistentSortedMapConverter</a></td> |
1378 | 1378 | <td>org.hibernate.collection.internal.PersistentSortedMap<br/> |
1379 | 1379 | org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedMapProxy</td> |
1380 | | - <td>The Converter handles sorted Hibernate 4 (or 3) maps or Envers proxy. It will handle any key and value of the map.</td> |
| 1380 | + <td>The Converter handles sorted Hibernate maps or Envers proxy. It will handle any key and value of the map.</td> |
1381 | 1381 | <td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td> |
1382 | 1382 | <td>xstream-hibernate</td> |
1383 | 1383 | </tr> |
1384 | 1384 | <tr> |
1385 | 1385 | <td><a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/converter/HibernatePersistentSortedSetConverter.html">HibernatePersistentSortedSetConverter</a></td> |
1386 | 1386 | <td>org.hibernate.collection.intrernal.PersistentSortedSet<br/> |
1387 | 1387 | org.hibernate.envers.entities.mapper.relation.lazy.proxy.SortedSetProxy</td> |
1388 | | - <td>The Converter handles sorted Hibernate 4 (or 3) sets or Envers proxy. It will handle any element of the set.</td> |
| 1388 | + <td>The Converter handles sorted Hibernate sets or Envers proxy. It will handle any element of the set.</td> |
1389 | 1389 | <td>Must be registered explicitly in combination with the HibernateMapper and all the other Hibernate converters. See <a href="hibernate-javadoc/com/thoughtworks/xstream/hibernate/package-summary.html">package description</a>.</td> |
1390 | 1390 | <td>xstream-hibernate</td> |
1391 | 1391 | </tr> |
|
0 commit comments