Directory melati-example-odmg/src/main/java/org/melati/poem/odmg/
- Directory Created:
- 2000-08-28 21:16
- Total Files:
- 5
- Deleted Files:
- 0
- Lines of Code:
- 546
[root]
/melati-example-odmg
/src
/main
/java
/org
/melati
/poem
/odmg
Lines of Code

Developers
| Author |
Changes |
Lines of Code |
Lines per Change |
| Totals |
48 (100.0%) |
784 (100.0%) |
16.3 |
| timp
|
28 (58.3%) |
432 (55.1%) |
15.4 |
| kimptoc
|
19 (39.6%) |
351 (44.8%) |
18.4 |
| timj
|
1 (2.1%) |
1 (0.1%) |
1.0 |
Most Recent Commits
-
timp
2008-03-28 13:22Rev.: 1.14
-
Organise imports
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+2 -2)
-
timp
2008-01-10 19:47
-
Good old eclipse
7 lines of code changed in 3 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+2 -2),
ODMGFactory.java (+2 -2),
Transaction.java (+3 -3)
-
timp
2007-07-05 10:55
-
Javadoc
21 lines of code changed in 4 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+7 -7),
ODMGFactory.java (+11 -2),
PoemTableAsDCollection.java (+1 -3),
Transaction.java (+2 -3)
-
timp
2007-07-05 10:50Rev.: 1.12
-
Javadoc typo
4 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+4 -4)
-
timp
2006-05-11 18:20Rev.: 1.8
-
Remove double checked locking and synchronise getDB
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
ODMGFactory.java (+2 -6)
-
timp
2005-05-18 15:33Rev.: 1.11
-
Rename local variable enum, to enable compilation under java 1.5
5 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+5 -5)
-
timp
2005-02-06 20:50Rev.: 1.8
-
checkstyle: made final
11 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Transaction.java (+11 -5)
-
timp
2005-02-06 20:48
-
checkstyle: redundant final modifier
9 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+3 -3),
ODMGFactory.java (+6 -6)
-
timp
2005-01-11 13:15Rev.: 1.6
-
Make class final, remove redundant final on private method
3 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
ODMGFactory.java (+3 -3)
-
timp
2005-01-11 13:13Rev.: 1.10
-
Make final
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+2 -2)
-
timp
2003-06-09 13:08
-
Added class level javadoc to all classes which didn't have them.
18 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Transaction.java (+5 -1),
package.html (new 13)
-
timp
2003-05-13 16:15
-
Maven highlighted style problems
70 lines of code changed in 4 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+19 -22),
ODMGFactory.java (+13 -15),
PoemTableAsDCollection.java (+27 -39),
Transaction.java (+11 -17)
-
timp
2003-05-06 22:38
-
Add Melati header, checkstyle recommended changes
216 lines of code changed in 4 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+46 -3),
ODMGFactory.java (+49 -5),
PoemTableAsDCollection.java (+52 -6),
Transaction.java (+69 -9)
-
timp
2002-12-13 15:00
-
Bring documentation up to 1.1.4 standards
62 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+23 -10),
PoemTableAsDCollection.java (+39 -14)
-
timj
2000-12-12 15:03Rev.: 1.6
-
melati 0.51.1
1 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+1)
-
kimptoc
2000-09-18 22:41
-
provide better support for closing odmg db
23 lines of code changed in 2 files:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+1),
ODMGFactory.java (+22 -3)
-
kimptoc
2000-09-18 21:07Rev.: 1.4
-
added a disconnect method to Database and added its use to odmg method
1 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+1)
-
kimptoc
2000-09-18 20:44Rev.: 1.3
-
made odmg method more robust
2 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
Database.java (+2 -1)
-
kimptoc
2000-09-05 11:46Rev.: 1.7
-
fixed version of odmg wrapper with ordering
13 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+13 -6)
-
kimptoc
2000-09-05 11:11Rev.: 1.6
-
tweaks to the select clause - support for order by
33 lines of code changed in 1 file:
- melati-example-odmg/src/main/java/org/melati/poem/odmg:
PoemTableAsDCollection.java (+33 -3)
(7 more)