Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg
In directory sc8-pr-cvs1:/tmp/cvs-serv23158/src/net/sf/hibernate/odmg
Modified Files:
Database.java Implementation.java Name.java OQLQuery.java
Transaction.java
Log Message:
added Session.refresh()
revised some javadoc
new javadoc style consistent with website colors
Index: Database.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg/Database.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Database.java 4 Jan 2003 11:15:29 -0000 1.2
--- Database.java 5 Jan 2003 02:11:22 -0000 1.3
***************
*** 208,209 ****
--- 208,212 ----
+
+
+
Index: Implementation.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg/Implementation.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Implementation.java 4 Jan 2003 11:15:30 -0000 1.2
--- Implementation.java 5 Jan 2003 02:11:22 -0000 1.3
***************
*** 146,147 ****
--- 146,150 ----
+
+
+
Index: Name.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg/Name.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Name.java 4 Jan 2003 11:15:30 -0000 1.2
--- Name.java 5 Jan 2003 02:11:22 -0000 1.3
***************
*** 2,3 ****
--- 2,6 ----
+
+
+
Index: OQLQuery.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg/OQLQuery.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** OQLQuery.java 4 Jan 2003 11:15:30 -0000 1.2
--- OQLQuery.java 5 Jan 2003 02:11:22 -0000 1.3
***************
*** 2,3 ****
--- 2,6 ----
+
+
+
Index: Transaction.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/odmg/Transaction.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Transaction.java 4 Jan 2003 11:15:30 -0000 1.2
--- Transaction.java 5 Jan 2003 02:11:22 -0000 1.3
***************
*** 2,3 ****
--- 2,6 ----
+
+
+
|