Commit Graph

2607 Commits

Author SHA1 Message Date
JPAV 19bc3ba7fc Modified infinispan module's build to exclude older version of jboss-logging library 2011-02-22 16:28:42 -06:00
Steve Ebersole 39d2d53968 HHH-5765 - Replaced ServiceRegistryHolder with ServiceRegistryBuilder 2011-02-21 23:41:17 -06:00
Steve Ebersole 3ba07b3f18 HHH-5943 - Make ServiceRegistry mutable 2011-02-21 22:18:17 -06:00
Steve Ebersole 2a64bcf9a7 HHH-5943 - Make ServiceRegistry mutable 2011-02-21 21:46:54 -06:00
Steve Ebersole 73ff2534e2 HHH-5943 - Make ServiceRegistry mutable 2011-02-21 19:19:20 -06:00
Steve Ebersole f53a6c708a HHH-5943 - Make ServiceRegistry mutable 2011-02-21 17:31:40 -06:00
JPAV ece77365dc Updated to work with latest releases of jboss-logging and jboss-logging-tools 2011-02-16 16:14:27 -06:00
Emmanuel Bernard 7e42b46444 HHH-5916 Add documentation for PersisterClassProvider option on Hibernate EntityManager 2011-02-14 19:21:33 +01:00
Emmanuel Bernard 1f063b7d35 Clean documentation 2011-02-14 19:20:20 +01:00
Emmanuel Bernard 3a8c801ad6 HHH-5916 Add doc for PersisterClassProvider 2011-02-14 19:20:20 +01:00
Emmanuel Bernard d5c16fb11d HHH-5916 Add test for PersisterClassProvider on Ejb3Configuration 2011-02-14 19:20:20 +01:00
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
JPAV 9b725c471c Attempt to compile twice, once only for annotations, then for everything else 2011-02-09 15:23:05 -06:00
JPAV c7f09e5130 Attempt to compile twice, once only for annotations, then for everything else 2011-02-09 13:05:57 -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
JPAV acf89b9e68 Changes from requests at Hibernate meeting: message codes, use XXXf methods for debug and trace, use @Cause 2011-02-08 14:01:34 -06:00
JPAV 8c806d361d Changes from requests at Hibernate meeting: message codes, use XXXf methods for debug and trace, use @Cause 2011-02-08 13:55:27 -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
JPAV c26763c2e9 Added used of @Cause to log messages 2011-01-25 14:54: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