Author: christian.bauer(a)jboss.com
Date: 2006-11-06 13:09:20 -0500 (Mon, 06 Nov 2006)
New Revision: 10736
Modified:
trunk/Hibernate3/src/org/hibernate/Session.java
Log:
Fixed Javadoc
Modified: trunk/Hibernate3/src/org/hibernate/Session.java
===================================================================
--- trunk/Hibernate3/src/org/hibernate/Session.java 2006-11-06 18:07:45 UTC (rev 10735)
+++ trunk/Hibernate3/src/org/hibernate/Session.java 2006-11-06 18:09:20 UTC (rev 10736)
@@ -614,7 +614,7 @@
/**
* Return the persistent instance of the given entity class with the given identifier,
* or null if there is no such persistent instance. (If the instance is already
associated
- * with the session, return that instance. This method never returns an unitialized
instance.)
+ * with the session, return that instance. This method never returns an uninitialized
instance.)
* Obtain the specified lock mode if the instance exists.
*
* @param clazz a persistent class
@@ -627,7 +627,7 @@
/**
* Return the persistent instance of the given entity class with the given identifier,
* or null if there is no such persistent instance. (If the instance is already
associated
- * with the session, return that instance. This method never returns an unitialized
instance.)
+ * with the session, return that instance. This method never returns an uninitialized
instance.)
* Obtain the specified lock mode if the instance exists.
*
* @param clazz a persistent class
@@ -641,7 +641,7 @@
/**
* Return the persistent instance of the given named entity with the given identifier,
* or null if there is no such persistent instance. (If the instance is already
associated
- * with the session, return that instance. This method never returns an unitialized
instance.)
+ * with the session, return that instance. This method never returns an uninitialized
instance.)
*
* @param entityName the entity name
* @param id an identifier
@@ -653,7 +653,7 @@
/**
* Return the persistent instance of the given entity class with the given identifier,
* or null if there is no such persistent instance. (If the instance is already
associated
- * with the session, return that instance. This method never returns an unitialized
instance.)
+ * with the session, return that instance. This method never returns an uninitialized
instance.)
* Obtain the specified lock mode if the instance exists.
*
* @param entityName the entity name
Show replies by date