2231 Commits

Author SHA1 Message Date
Emmanuel Bernard
c526efd6be Add JavaDoc to signal Hibrnate OGM dependencies 2011-03-17 14:55:05 +01:00
Strong Liu
e9f975e6f8 HHH-5974 unnecessary import which crashes the system in OSGi environement 2011-03-17 17:53:13 +08:00
Emmanuel Bernard
edc7f962f2 HHH-5993 Add documentation for session factory observer config 2011-03-15 14:28:34 +01:00
Emmanuel Bernard
81e5f86305 HHH-5993 Add SessionFactoryObserver configuration option to HEM 2011-03-15 14:25:08 +01:00
Emmanuel Bernard
38e5042cb8 HHH-5916 Make sure to test the property approach for HEM 2011-03-15 14:13:49 +01:00
Emmanuel Bernard
3f2119b913 Fix type in JavaDoc 2011-03-15 14:12:58 +01:00
Emmanuel Bernard
9a2494b13f HHH-5940 Add tests for @MapKeyJoinColumns 2011-03-14 17:57:01 +01:00
Reza Hosseinzadeh
72ef0fd492 HHH-5940: This change fixes the problem where @MapKeyJoinColumns always throws an exception 2011-03-14 17:57:01 +01:00
Sanne Grinovero
d3098ebcd7 HHH-5642 Disable Byteman tests on Java5 - feedback from Java6 runs is good enough to prevent regressions 2011-03-14 14:34:34 +00:00
Strong Liu
752ebe22e2 HHH-6009 update assmebly config xml to honor this directory update 2011-03-12 16:55:29 +08:00
Steve Ebersole
ef156d2a76 HHH-6009 - Rename module directories on 3.6 branch to match master 2011-03-11 18:04:10 -06:00
Sanne Grinovero
4517a4e69f HHH-5642 Error configuring Hibernate with PostgreSQL JDBC3 8.2.511 driver
The functional test introduces a test dependency to Byteman to simulate broken drivers.
The rules for Byteman are defined in testsuite/src/test/resources/bytemanrules.txt

The used rule does not work on H2 as the method signature doesn't permit it to
throw a SQLException: but as it doesn't, it can't ever have this bug of course.
So drivers which could actually be affected by this would fail as Byteman forces them
to, and the test will be able to verify Hibernate is still able to boot on those
incomplete driver implementations.
2011-03-11 01:56:11 +00:00
Sanne Grinovero
e88106ad2f backport proper .gitignore file from master 2011-03-10 19:31:00 +00:00
Gail Badner
46ff9e79fb Update version to 3.6.3-SNAPSHOT 2011-03-09 16:36:57 -08:00
Gail Badner
35feb69ad2 Update version to 3.6.2.Final 3.6.2.Final 2011-03-09 16:04:37 -08:00
Gail Badner
9a791b1b71 update changelog.txt for 3.6.2 2011-03-09 15:50:37 -08:00
Gail Badner
c582707c86 HHH-5590 : Don't log and rethrow exception in AbstractFlushingEventListener 2011-03-09 12:17:39 -08:00
Gail Badner
7d22b9bfe1 HHH-5890 : License comment refers to non-exiting page 2011-03-09 03:59:56 -08:00
Gail Badner
d456598a65 HHH-5952 : BlobTypeDescriptor.PRIMITIVE_ARRAY_BINDING binder does not unwrap value before binding 2011-03-08 13:52:34 -08:00
Gail Badner
e109a4c892 HHH-5842 : Types.Binary column type should be registered with a length for HSQLDialect 2011-03-08 13:15:42 -08:00
David M. Carr
79e0909772 HHH-5977 Add a couple additional unit tests for when you use a @JoinColumn with a secondary table specified. 2011-03-04 00:04:07 +01:00
Gail Badner
f7fda73168 HHH-5968 : Deprecate nullSafeGet()/nullSafeSet() methods with no SessionImplementor argument from UserType and AbstractSingleColumnStandardBasicType 2011-02-25 14:11:13 -08:00
Emmanuel Bernard
abd78660bd HHH-5916 Add documentation for PersisterClassProvider option on Hibernate EntityManager 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
2de8fff68c Clean documentation 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
84c7a0a6db HHH-5916 Add documentation for PersisterClassProvider 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
bbf7de5734 HHH-5916 Add test for PersisterClassProvider on Ejb3Configuration 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
99ccbc8315 HHH-5916 Add test for Configuration.setPersisterClassProvider 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
ed62c3ba3c HHH-5916 Expose persister class provider via Ejb3Configuration 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
bdfbd324e3 HHH-5916 extract property name to instance logic into helper method 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
2d6b6b0c46 HHH-5916 Use PersisterClassProvider in Binders 2011-02-14 19:19:34 +01:00
Emmanuel Bernard
3c3179a081 HHH-5916 Expose PersisterClassProvider configuration 2011-02-14 19:19:33 +01:00
Emmanuel Bernard
b31754d18b HHH-5916 Add contract for custom default persister class provider 2011-02-14 19:19:33 +01:00
adamw
d464f4e6cd Merge branch '3.6' of https://github.com/seabass21/hibernate-core into 3.6 2011-02-14 17:54:26 +01:00
Brian Parker
73729c97e3 Apply read and write expressions to the revision entity. 2011-02-12 15:12:15 -06:00
Strong Liu
3815ad36ee Merge branch '3.6' of github.com:hibernate/hibernate-core into 3.6 2011-02-09 20:37:36 +08:00
Strong Liu
1479a69fdd HHH-5907 change to use autobox instead of create new object everytime to get minor improvement 2011-02-09 20:20:09 +08: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
Strong Liu
1b7814f4fe HHH-5907 upgrade derby version to the latest 10.7.1.1 2011-02-09 20:00:32 +08:00
Emmanuel Bernard
117a8120bc HHH-5906 make AbstractEntityPersister#getPropertyUniqueness public 2011-02-09 10:19:07 +01:00
Gail Badner
f6da72130b HHH-5892 : Fix release date for 3.6.1 in changelog.txt 2011-02-07 13:53:38 -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 3.6.1.Final 2011-02-02 19:00:17 -08:00
Gail Badner
3a39a8677b Update changelog.txt for 3.6.1 2011-02-02 18:33:10 -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
adamw
600c29170a HHH-5883: Fixing - @Lob annotated field throws MappingException when the field type is serializable 2011-01-31 12:26:26 +01:00
Emmanuel Bernard
4f1830e12b HHH-5879 Expose getPropertyUniqueness from AbstractEntityPersister 2011-01-27 18:43:34 -06:00
Emmanuel Bernard
64f6dca494 HHH-5879 Open Core ComponentType metamodel
Add a getter to isKey
2011-01-27 18:21:43 -06:00
Emmanuel Bernard
d515cbc561 HHH-5879 Improve AbstractEntityPersister to allow better subclassing in the loader area
Make use of a getLoader() getter which is protected
2011-01-27 18:20:52 -06:00