Commit Graph

2208 Commits

Author SHA1 Message Date
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 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
Emmanuel Bernard b2e08eb32a HHH-5879 Make property protected for use by the OGM persister 2011-01-27 18:20:11 -06:00
Emmanuel Bernard d5539db522 HHH-5879 expose getPropertyColumnUpdateable getPropertyColumnInsertable 2011-01-27 18:17:50 -06:00
Emmanuel Bernard c6d0cef046 HHH-5879 Expose SessionFactory observer as SessionFactoryImplementor contract 2011-01-27 18:08:44 -06:00
Galder Zamarreño 300b1946fe HHH-5859 - Upgraded to 4.2.0.CR1
Apart from upgrading Infinispan, test transaction manager code has been
changed so that read only transactions are not committed twice.
2011-01-24 20:11:23 +01:00
Gail Badner 29f39cc2bd HHH-4878 : document materialized blob/clob, text/image and minor corrections 2011-01-21 14:00:16 -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 b3967db041 HHH-5821 - JPA EntityType's (or ManagedType's) getSingularAttributes() returns the version attribute with isVersion set to false. 2011-01-21 14:04:26 -06:00
Gail Badner d519d8c425 HHH-5681 : Packaged jar has file with absolute patch 2011-01-21 11:06:15 -08:00
Steve Ebersole 13b3222a5c HHH-5823 - Poor multithread performance in UpdateTimestampsCache class 2011-01-21 12:39:59 -06:00
Steve Ebersole 82aea1ba45 HHH-5824 - Poor multithread performance in SessionFactoryImpl.getQueryCache method 2011-01-21 12:09:46 -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
Hardy Ferentschik 3cfb1904e5 HHH-5843 Adding a log.isTraceEnabled call before the actual log call
Not really related to the HQL parsing, but it is also a small logging performance change
2011-01-19 10:13:49 +01:00
Sanne Grinovero bfa3a0e32b HHH-5843 - Avoid useless branches during HQL parsing when trace logging is disabled 2011-01-19 10:13:49 +01: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 c970435b74 HHH-5280 Fix excessive caching of the owner
An entity can have more than one owner 
(eg 2 unidirectional collections pointing to same object)
Make the cache filter by type
2011-01-14 15:34:46 +01: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
Sanne Grinovero 7757bb1148 HHH-5838 - add a unit test and call shutdown in case of single pool 2011-01-13 18:03:54 +00:00
Sanne Grinovero 2d4027c3b6 HHH-5838 - Proxool connection pool should only close pools it opened 2011-01-13 11:24:48 +00:00