Skip to content

Commit 573a1b4

Browse files
committed
/* How to serialize a protein structure to a database */
1 parent 2cddc3b commit 573a1b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_wikis/BioJava:CookBook:PDB:hibernate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ title: BioJava:CookBook:PDB:hibernate
55
How to serialize a protein structure to a database
66
--------------------------------------------------
77

8-
There is a little project that provides
8+
There is an add-on to BioJava that provides
99
[Hibernate](http://www.hibernate.org) mappings for the protein structure
1010
classes at [BioJava Structure
1111
Hibernate](http://www.spice-3d.org/hibernatePDB/). It mainly consists of
1212
the Hibernate mappings files,with a few Java helper classes.
1313

14-
I am not sure if this code should be joint with the core BioJava CVS,
14+
I am not sure if this code should be joint with the core BioJava SVN,
1515
but then BioJava should not directly depend on
1616
Hibernate... --[Andreas](User:Andreas "wikilink") 17:42, 8 October 2007
1717
(EDT)

_wikis/BioJava:CookBook:PDB:hibernate.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
==How to serialize a protein structure to a database==
22

3-
There is a little project that provides [http://www.hibernate.org Hibernate] mappings for the protein structure classes at [http://www.spice-3d.org/hibernatePDB/ BioJava Structure Hibernate]. It mainly consists of the Hibernate mappings files,with a few Java helper classes.
3+
There is an add-on to BioJava that provides [http://www.hibernate.org Hibernate] mappings for the protein structure classes at [http://www.spice-3d.org/hibernatePDB/ BioJava Structure Hibernate]. It mainly consists of the Hibernate mappings files,with a few Java helper classes.
44

5-
I am not sure if this code should be joint with the core BioJava CVS, but then BioJava should
5+
I am not sure if this code should be joint with the core BioJava SVN, but then BioJava should
66
not directly depend on Hibernate...
77
--[[User:Andreas|Andreas]] 17:42, 8 October 2007 (EDT)
88

0 commit comments

Comments
 (0)