[hibernate-commits] Hibernate SVN: r19401 - core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/type.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri May 7 06:58:11 EDT 2010


Author: stliu
Date: 2010-05-07 06:58:10 -0400 (Fri, 07 May 2010)
New Revision: 19401

Modified:
   core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/type/TypeFactory.java
Log:
javadoc typo

Modified: core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/type/TypeFactory.java
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/type/TypeFactory.java	2010-05-07 07:23:22 UTC (rev 19400)
+++ core/branches/Branch_3_3_2_GA_CP/core/src/main/java/org/hibernate/type/TypeFactory.java	2010-05-07 10:58:10 UTC (rev 19401)
@@ -382,7 +382,7 @@
 	 * @param types The value types
 	 * @param copy an array indicating which values to include in the copy
 	 * @param target The array into which to copy the values
-	 * @param session The orginating session
+	 * @param session The originating session
 	 */
 	public static void deepCopy(
 			final Object[] values,
@@ -409,7 +409,7 @@
 	 *
 	 * @param row The values
 	 * @param types The value types
-	 * @param session The orginating session
+	 * @param session The originating session
 	 */
 	public static void beforeAssemble(
 			final Serializable[] row,
@@ -428,7 +428,7 @@
 	 *
 	 * @param row The values
 	 * @param types The value types
-	 * @param session The orginating session
+	 * @param session The originating session
 	 * @param owner The entity "owning" the values
 	 * @return The assembled state
 	 */
@@ -454,8 +454,8 @@
 	 *
 	 * @param row The values
 	 * @param types The value types
-	 * @param nonCacheable An array indicating which values to include in the disassemled state
-	 * @param session The orginating session
+	 * @param nonCacheable An array indicating which values to include in the disassembled state
+	 * @param session The originating session
 	 * @param owner The entity "owning" the values
 	 * @return The disassembled state
 	 */
@@ -486,7 +486,7 @@
 	 * @param original The source of the state
 	 * @param target The target into which to replace the source values.
 	 * @param types The value types
-	 * @param session The orginating session
+	 * @param session The originating session
 	 * @param owner The entity "owning" the values
 	 * @param copyCache A map representing a cache of already replaced state
 	 * @return The replaced state
@@ -517,7 +517,7 @@
 	 * @param original The source of the state
 	 * @param target The target into which to replace the source values.
 	 * @param types The value types
-	 * @param session The orginating session
+	 * @param session The originating session
 	 * @param owner The entity "owning" the values
 	 * @param copyCache A map representing a cache of already replaced state
 	 * @param foreignKeyDirection FK directionality to be applied to the replacement
@@ -549,12 +549,12 @@
 	 * long as the corresponding {@link Type} is an association.
 	 * <p/>
 	 * If the corresponding type is a component type, then apply {@link #replaceAssociations}
-	 * accross the component subtypes but do not replace the component value itself.
+	 * across the component subtypes but do not replace the component value itself.
 	 *
 	 * @param original The source of the state
 	 * @param target The target into which to replace the source values.
 	 * @param types The value types
-	 * @param session The orginating session
+	 * @param session The originating session
 	 * @param owner The entity "owning" the values
 	 * @param copyCache A map representing a cache of already replaced state
 	 * @param foreignKeyDirection FK directionality to be applied to the replacement



More information about the hibernate-commits mailing list