[hibernate-commits] Hibernate SVN: r19044 - core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/criteria.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Mar 22 08:45:34 EDT 2010


Author: stliu
Date: 2010-03-22 08:45:33 -0400 (Mon, 22 Mar 2010)
New Revision: 19044

Modified:
   core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/criteria/TestObject.hbm.xml
Log:
JBPAPP-3946 HHH-2997 LikeExpression case sensitive not working properly

Modified: core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/criteria/TestObject.hbm.xml
===================================================================
--- core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/criteria/TestObject.hbm.xml	2010-03-22 12:45:13 UTC (rev 19043)
+++ core/branches/Branch_3_2_4_SP1_CP/test/org/hibernate/test/criteria/TestObject.hbm.xml	2010-03-22 12:45:33 UTC (rev 19044)
@@ -5,9 +5,7 @@
 	<class name="TestObject" table="test">
 		<id name="id">
 			<column name="ID" />
-			<generator class="sequence">
-				<param name="sequence">test_seq</param>
-			</generator>
+			<generator class="native" />
 		</id>
 
 		<property name="text" />



More information about the hibernate-commits mailing list