Commit Graph

2287 Commits

Author SHA1 Message Date
Emmanuel Bernard ea9b756738 HHH-5916 Add test for Configuration.setPersisterClassProvider 2011-02-14 19:20:20 +01:00
Emmanuel Bernard 876d613974 HHH-5916 Expose persister class provider via Ejb3Configuration 2011-02-14 19:20:20 +01:00
Emmanuel Bernard d5d492744f HHH-5916 extract property name to instance logic into helper method 2011-02-14 19:20:19 +01:00
Emmanuel Bernard e18799b036 HHH-5916 Use PersisterClassProvider in Binders 2011-02-14 19:20:19 +01:00
Emmanuel Bernard d7c48d779c HHH-5916 Expose PersisterClassProvider configuration 2011-02-14 19:20:19 +01:00
Emmanuel Bernard cd4b49a802 HHH-5916 Add contract for custom default persister class provider 2011-02-14 19:20:19 +01:00
Brian Parker c61606c458 Apply read and write expressions to the revision entity. 2011-02-14 18:05:22 +01:00
Steve Ebersole f7c3091381 HHH-5928 - Clean up compilation warnings 2011-02-14 09:29:05 -06:00
Steve Ebersole e6eb434f7b HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-10 10:13:14 -06:00
Steve Ebersole d0573b1623 HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-10 10:10:23 -06:00
Steve Ebersole 3ba79384f0 HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests 2011-02-10 09:45:28 -06:00
Steve Ebersole ac27759f2e Merge branch 'master' of github.com:hibernate/hibernate-core 2011-02-10 09:41:34 -06:00
Strong Liu 2a0309c3d0 HHH-5907 change to use autobox instead of create new object everytime to get minor improvement 2011-02-09 20:45:48 +08:00
Strong Liu eedc3d0101 ignore eclipse bin directory from git 2011-02-09 20:45:31 +08:00
Emmanuel Bernard ab6860a3e8 HHH-5906 make AbstractEntityPersister#getPropertyUniqueness public 2011-02-09 10:30:35 +01:00
Steve Ebersole ef301deadc HHH-5904 - Deploy just testing artifacts from hibernate-core, not all tests 2011-02-08 14:27:57 -06:00
Steve Ebersole 011d7e1114 HHH-5903 - Rename ServicesRegistry to ServiceRegistry 2011-02-08 11:27:27 -06:00
Steve Ebersole 2f8655e661 HHH-5897 - Upgrade to Gradle 0.9.2 2011-02-08 11:19:50 -06:00
Steve Ebersole 8f593ed866 HHH-5900 - Revert change to add upload repositiory authentication handling in build script 2011-02-08 08:12:02 -06:00
Steve Ebersole c893a6fc6b HHH-5898 - Improve authentication for Gradle uploads 2011-02-08 07:59:22 -06:00
Steve Ebersole e7d5b9c0bf HHH-5898 - Improve authentication for Gradle uploads 2011-02-08 07:50:26 -06:00
Gail Badner 67c05ff9f5 HHH-5704 HHH-5893 : Added tests for empty LOBs 2011-02-07 13:56:41 -08:00
Emmanuel Bernard 224121aee1 HHH-5879 Expose getPropertyUniqueness from AbstractEntityPersister 2011-02-02 19:05:56 +01:00
Emmanuel Bernard 1ae42c886e HHH-5879 Open Core ComponentType metamodel
Add a getter to isKey
2011-02-02 19:05:56 +01:00
Emmanuel Bernard ffd659ff77 HHH-5879 Improve AbstractEntityPersister to allow better subclassing in the loader area
Make use of a getLoader() getter which is protected
2011-02-02 19:05:56 +01:00
Emmanuel Bernard efabd6fa49 HHH-5879 Make property protected for use by the OGM persister 2011-02-02 19:05:56 +01:00
Emmanuel Bernard 83196824d7 HHH-5879 expose getPropertyColumnUpdateable getPropertyColumnInsertable 2011-02-02 19:05:56 +01:00
adamw d8772c04a8 HHH-5883: Fixing - @Lob annotated field throws MappingException when the field type is serializable 2011-01-31 12:35:11 +01:00
Hardy Ferentschik 595f919e4c HHH-5880 Added username and password for authentication of deploys into remote repos 2011-01-28 17:51:52 -06:00
Sanne Grinovero 9f992cd6d0 HHH-5880 needs to use classifier "tests" not "test" 2011-01-28 16:36:19 -06:00
Hardy Ferentschik 79e9a77d4e HHH-5880 Changed gradle build for for to push testing jar 2011-01-28 15:49:39 -06:00
Galder Zamarreño 5dfcdae14d 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-25 11:33:48 +01:00
Gail Badner f26e8cdd2c HHH-4878 : document materialized blob/clob, text/image and minor corrections 2011-01-21 14:04:22 -08:00
Gail Badner 0013a90d20 HHH-5126 : "in" expression and column-valued-input-parameter 2011-01-21 13:05:54 -08:00
Steve Ebersole 140059528b HHH-5821 - JPA EntityType's (or ManagedType's) getSingularAttributes() returns the version attribute with isVersion set to false. 2011-01-21 14:05:16 -06:00
Steve Ebersole ccd23dbd3d HHH-5823 - Poor multithread performance in UpdateTimestampsCache class 2011-01-21 12:39:25 -06:00
Steve Ebersole 4d6a68c2d0 HHH-5824 - Poor multithread performance in SessionFactoryImpl.getQueryCache method 2011-01-21 12:10:18 -06:00
Steve Ebersole 0c48de6474 HHH-5550 - Hibernate.createBlob() fails when used in current_session_context_class=thread mode 2011-01-21 11:07:59 -06:00
Steve Ebersole e79eae88bc HHH-5853: Problem loading cachable collections defined with a property-ref key with a versioned owner 2011-01-20 15:12:52 -06:00
Hardy Ferentschik cb7cd71fdf 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:05:37 +01:00
Hardy Ferentschik 3bf6625ab1 Merge branch 'HHH-5843' of git://github.com/Sanne/hibernate-core into Sanne-HHH-5843 2011-01-19 09:27:21 +01:00
Gail Badner 126592a55d HHH-5695 : Test case for derived ID with bidirectional one-to-one 2011-01-17 13:50:39 -08:00
Gail Badner a6d19f257b Merge branch 'master' of github.com:hibernate/hibernate-core 2011-01-17 12:26:43 -08:00
Gail Badner 15cc1e7493 HHH-5359 : Derived entity use case fails when the association is bidirectional 2011-01-17 12:25:16 -08:00
Sanne Grinovero adbe3920f1 HHH-5843 - Avoid useless branches during HQL parsing when trace logging is disabled 2011-01-14 16:31:01 +00:00
Emmanuel Bernard 60857d3966 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 16:03:44 +01:00
Emmanuel Bernard 0600527a6b HHH-5280 Add test failing on multiple owners 2011-01-14 15:52:43 +01:00
Sanne Grinovero af81f187b4 HHH-5838 - Proxool connection pool should only close pools it opened 2011-01-13 18:34:48 +00:00
Sanne Grinovero 90bb8634df HHH-5838 - Proxool connection pool should only close pools it opened 2011-01-13 11:49:42 +00:00
Sanne Grinovero 3fab254606 HHH-5839 - non-utf8 characters in AuditReaderImpl 2011-01-13 11:46:15 +00:00