Skip to content

Commit a3c5fdc

Browse files
Rhollandandreasprlic
authored andcommitted
/* Reading/writing objects as XML. */
1 parent 12f8a21 commit a3c5fdc

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

wiki/BioJava:BioJavaXDocs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,8 +2365,9 @@ SchemaExport(cfg).create(true, false); </java>
23652365
### Reading/writing objects as XML.
23662366

23672367
There is a bug in Hibernate which prevents this function from working
2368-
100% correctly (bug details here), however the code is supplied as an
2369-
example for when the bug is fixed.
2368+
100% correctly (bug details
2369+
[here](http://opensource.atlassian.com/projects/hibernate/browse/HHH-796)),
2370+
however the code is supplied as an example for when the bug is fixed.
23702371

23712372
The snippet below will query the database for all DocRef objects, then
23722373
output an XML representation of them to standard out:

wiki/BioJava:BioJavaXDocs.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2234,7 +2234,7 @@ new SchemaExport(cfg).create(true, false);
22342234

22352235
=== Reading/writing objects as XML. ===
22362236

2237-
There is a bug in Hibernate which prevents this function from working 100% correctly (bug details here), however the code is supplied as an example for when the bug is fixed.
2237+
There is a bug in Hibernate which prevents this function from working 100% correctly (bug details [http://opensource.atlassian.com/projects/hibernate/browse/HHH-796 here]), however the code is supplied as an example for when the bug is fixed.
22382238

22392239
The snippet below will query the database for all DocRef objects, then output an XML representation of them to standard out:
22402240

0 commit comments

Comments
 (0)