Emmanuel Bernard
99ccbc8315
HHH-5916 Add test for Configuration.setPersisterClassProvider
2011-02-14 19:19:34 +01:00
Strong Liu
d9dc1c9125
HHH-5907 derby does not support materialize a LOB locator outside the transaction in which it was created
2011-02-09 20:00:56 +08:00
Gail Badner
9f29d406ff
HHH-5893 : Tests fail for dialects that return null for empty LOBs
2011-02-07 12:50:53 -08:00
Gail Badner
42a38cfefa
update version to 3.6.2-SNAPSHOT
2011-02-02 19:17:56 -08:00
Gail Badner
8fe9ef6ed6
Update version to 3.6.1.Final
2011-02-02 19:00:17 -08:00
Gail Badner
6b2a69850c
HHH-5704 : Added tests for empty blob, clob, text, and image
2011-02-02 13:35:20 -08:00
Gail Badner
8e832d82a3
HHH-5659 HHH-4617 : PostgreSQL and Oracle LOBs
2011-02-02 00:45:46 -08:00
Gail Badner
ac2dcd9c55
HHH-5126 : "in" expression and column-valued-input-parameter
2011-01-21 12:43:32 -08:00
Steve Ebersole
b1bbdebd27
HHH-5550 - Hibernate.createBlob() fails when used in current_session_context_class=thread mode
2011-01-21 14:16:23 -06:00
Steve Ebersole
a1266b9103
HHH-5550 - Hibernate.createBlob() fails when used in current_session_context_class=thread mode
2011-01-21 11:07:10 -06:00
Steve Ebersole
bbc338c053
HHH-5853: Problem loading cachable collections defined with a property-ref key
2011-01-20 13:01:13 -06:00
Gail Badner
3b9c57c0ce
HHH-5695 : Test case for derived ID with bidirectional one-to-one
2011-01-17 13:43:44 -08:00
Gail Badner
1968662e4a
HHH-5359 : Derived entity use case fails when the association is bidirectional
2011-01-17 12:15:20 -08:00
Emmanuel Bernard
74911669a0
balh
2011-01-14 15:27:30 +01:00
Emmanuel Bernard
af7095781e
blah
2011-01-14 14:58:23 +01:00
Emmanuel Bernard
2e9bb1a4b4
HHH-5280 Add test failing on multiple owners
2011-01-14 14:42:16 +01:00
Gail Badner
4f95c3dd8d
HHH-5811 : flush causes update on unchanged Byte[] field
2011-01-04 15:52:59 -08:00
Hardy Ferentschik
6b635a1472
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
2011-01-03 18:37:18 +01:00
Hardy Ferentschik
15607fdcfa
HHH-5800 This test now also derives from HibernateTestCase. This way the test aligned with the tests added for this issue.
...
In order to backport from trunk I also added an empty implementation of closeResource() to the test classes
2011-01-03 18:16:24 +01:00
Hardy Ferentschik
56276dc878
HHH-5800 Formatting
2011-01-03 18:13:33 +01:00
Hardy Ferentschik
a2a2e64361
HHH-5800 Applying Hibernate code formatting style
2011-01-03 18:06:22 +01:00
davidmc24
1911629741
HHH-5800 Fix override handling for associations as per chapter 12 of the JPA 2.0 specification.
...
Some subelements should merge with Java annotations in some contexts (such as directly within an entity) but not in others (such as in an association mapping). The methods to handle these elements were enhanced to be aware of these two different modes through the use of a boolean flag.
2011-01-03 18:06:22 +01:00
davidmc24
f577191be3
HHH-5800 Add tests for element-collection orm XML support
2011-01-03 18:06:22 +01:00
davidmc24
176f7e77ec
HHH-5800 Add tests for many-to-many orm XML support
2011-01-03 18:06:21 +01:00
davidmc24
463f694493
HHH-5800 Add tests for one-to-one orm XML support
2011-01-03 18:06:21 +01:00
davidmc24
9ae8e5f1d4
Attempt to match Hibernate code conventions
2011-01-03 18:06:20 +01:00
davidmc24
926c35a1b5
HHH-5800 Add tests for one-to-many orm XML support
2011-01-03 18:06:20 +01:00
davidmc24
57f5dce48c
HHH-5800 Add tests and fixes for many-to-one orm XML support
2011-01-03 18:06:20 +01:00
Strong Liu
f3feba66ce
HHH-5806 rollback the test info
2010-12-23 18:13:06 +08:00
Strong Liu
cc3830d18b
HHH-5806 mapping static inner class causes hsqldb tests fails
2010-12-23 17:51:50 +08:00
Gail Badner
794fa9b5ef
HHH-5325 : Improvements to test suite (fixes HQLDB 2.0 failures)
2010-12-20 16:43:17 -08:00
Gail Badner
3973bf3d53
HHH-5791 : NPE merging transient entity with non-nullable property set to null with delayed insert if check_nullability set to false
2010-12-17 16:58:52 -08:00
Hardy Ferentschik
c109bec708
HHH-5794 Adding/Updating license headers
2010-12-16 16:15:21 +01:00
David M. Carr
b32e07947a
HHH-5794 Remove extraneous comments from test entity.
2010-12-16 16:15:11 +01:00
David M. Carr
0c23e5870c
HHH-5794 Enhance the test to cover additional mapping elements, and implement support for them.
2010-12-16 16:14:44 +01:00
dcarr
dc95057f4d
HHH-5794 Enhance Ejb3XmlTest to try to persist an entity mapped using <map-key-class> in the orm.xml
2010-12-16 16:13:37 +01:00
Strong Liu
9c5fdba566
HHH-5727 Collection member declaration not handling optional AS in HQL.
2010-12-14 04:43:06 +08:00
Strong Liu
570581a514
HHH-5727 Collection member declaration not handling optional AS in HQL.
2010-12-14 04:34:11 +08:00
Hardy Ferentschik
d85da2b66f
Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6
2010-11-11 18:34:39 +01:00
Hardy Ferentschik
2fdf808799
HV-361 Adding test for @Range constraint
2010-11-11 18:17:22 +01:00
Hardy Ferentschik
f569021003
HV-361 Adding test entity for @Range constraint
2010-11-11 18:16:28 +01:00
Hardy Ferentschik
42977edf46
HV-361 Making sure that multiple column checks are properly added
2010-11-11 18:11:20 +01:00
Hardy Ferentschik
544312930a
HV-361 Changing existing tests to use @RequiresDialect(DialectChecks.SupportColumnCheck)
2010-11-11 18:11:06 +01:00
Hardy Ferentschik
03ae37f2cc
HV-361 Formatting and adding/updating copyrights
2010-11-11 18:08:18 +01:00
Strong Liu
29926d6d5c
HHH-5727 fix the bad commit
2010-11-11 19:21:02 +08:00
Strong Liu
35c9b55625
HHH-5715 revert to default hibernate.properteis
2010-11-10 23:02:11 +08:00
Strong Liu
ec34519070
HHH-5715 Using row_number with the SQLServerDialect makes select distinct useless
2010-11-10 12:02:26 +08:00
Strong Liu
0ff8448079
HHH-5710 incorrect test logic of org.hibernate.test.readonly.ReadOnlyCriteriaQueryTest
2010-11-02 13:56:18 +08:00
Julien HENRY
c66026e3f3
Fixed warnings reported by Maven 3.
2010-10-26 22:44:37 +02:00
Steve Ebersole
88f1bbd3ca
Updating pom versions to 3.6.1-SNAPSHOT
2010-10-13 15:44:12 -05:00