Commit Graph

2428 Commits

Author SHA1 Message Date
Brett Meyer 3154756789 HHH-6446 removed @FailureExpectedWithNewMetamodel annotations 2013-08-28 11:09:28 -04:00
Brett Meyer 479bc0bb5a HHH-6446 Integrate new metamodel into SchemaValidator 2013-08-28 11:09:20 -04:00
Brett Meyer 1d7969f649 HHH-8371 corrected failing test in metamodel 2013-08-22 22:43:31 -04:00
Brett Meyer 715a1e155e HHH-7547 include table number and column position on column alias 2013-08-22 22:28:46 -04:00
Brett Meyer 7901118f0a HHH-8118 cleanup, deprecation, comments, corrected test failures 2013-08-19 11:48:46 -04:00
Brett Meyer 0f453745dc HHH-8118 wired ClassLoaderService into Lob proxies and LobCreator 2013-08-16 15:32:41 -04:00
Brett Meyer 5143caf303 HHH-8118 Updated CL use in entitymanager and services 2013-08-16 15:32:09 -04:00
Brett Meyer 84ebec72d3 HHH-8118 Replace most static uses of CL with ClassLoaderService
Conflicts:
	hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/TableProcessor.java
2013-08-16 15:31:50 -04:00
Brett Meyer 8cb6f073da HHH-8224 test case 2013-08-14 14:14:50 -04:00
Brett Meyer ba59bbf119 HHH-8224 unique key, foreign key, and index naming strategies 2013-08-14 14:14:47 -04:00
Strong Liu afc7bdfebe HHH-8108 update javadoc for LegacyJPAEventReader 2013-08-07 22:40:35 +08:00
Strong Liu 9ef857aeca merge master and fixing failing tests 2013-08-05 16:21:27 +08:00
Strong Liu edffc0063c merge master 2013-08-04 00:38:48 +08:00
Strong Liu 0e62ff4856 merge master 2013-08-03 23:10:54 +08:00
Steve Ebersole 6beb5acb4b HHH-8415 - Throw exception types expected by JPA spec wrt StoredProcedureQuery 2013-08-02 19:18:14 -05:00
Sanne Grinovero 8aff7db2e0 HHH-8410 NaturalIdXrefDelegate could miss some cached entries from naturalIdResolutionCacheMap 2013-08-02 18:09:56 +01:00
Sanne Grinovero 168c06d062 HHH-8409 Improve usage of ConcurrentMaps by using putIfAbsent in StatefulPersistenceContext 2013-08-02 18:09:56 +01:00
Sanne Grinovero 1bed587355 HHH-8408 LegacyHiLoAlgorithmOptimizer.noTenantState is accessed with inconsistent synchronization 2013-08-02 18:09:56 +01:00
Sanne Grinovero 1ea823e0b5 HHH-8408 PooledLoOptimizer.noTenantState is accessed with inconsistent synchronization 2013-08-02 18:09:56 +01:00
Sanne Grinovero 4f1c8a4ba6 HHH-8407 Missing synchronization in DriverManagerConnectionProviderImpl#stop 2013-08-02 18:09:56 +01:00
Steve Ebersole 59d2bff81b HHH-8413 - Rename ProcedureResults -> ProcedureOutputs 2013-08-02 10:02:50 -05:00
Steve Ebersole f99e1e4b4a HHH-8411 - StoredProcedureQuery : getResultList and hasMoreResults() mot implemented properly 2013-08-01 21:17:27 -05:00
Steve Ebersole f4cc86f7ad HHH-8405 - Track down tests that leak SessionFactories 2013-08-01 17:16:07 -05:00
Brett Meyer 580a71331c HHH-8390 generate FK after UK 2013-08-01 14:42:47 -04:00
Steve Ebersole c1d1695606 HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied 2013-08-01 01:19:33 -05:00
Steve Ebersole 1a3a2a52a2 HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied 2013-08-01 00:18:56 -05:00
Steve Ebersole 15e9b028b5 HHH-8398 - StoredProcedureQuery passed resultClasses chooses incorrect aliases to extract results 2013-07-31 12:09:06 -05:00
Steve Ebersole cd1c80b82d HHH-8395 - JPA StoredProcedureQuery#getUpdateCount should prefer return -1 rather than throw exceptions 2013-07-31 08:35:27 -05:00
Brett Meyer 3ffc6ce6e8 HHH-8362 InformixUniqueDelegate 2013-07-23 22:49:00 -04:00
Brett Meyer cce9b81471 HHH-8371 corrected failing test 2013-07-23 22:31:21 -04:00
Brett Meyer a2287b6c6d HHH-8371 Consider explicit column name's "_" in alias creation 2013-07-23 22:02:38 -04:00
Brett Meyer 48a61d9155 HHH-8372 multiple CL issues, updated Felix properties 2013-07-23 15:43:48 -04:00
Brett Meyer 076d064e3f HHH-8372 updated dependency versions 2013-07-23 14:56:28 -04:00
Strong Liu 45aca1c40f HHH-7893 - Introduce settings to ease some JPA 2.1 restrictions 2013-07-22 15:13:13 +08:00
Gail Badner fbe5ed175b HHH-7919 : Miscellaneous bugfixes 2013-07-19 17:12:47 -07:00
Gail Badner 99675ce0f8 HHH-7919 : Miscellaneous bugfixes 2013-07-19 14:08:53 -07:00
Gail Badner 41513dbb2c HHH-8355 : Extract Binder code related to relational objects into helpers 2013-07-19 12:45:41 -07:00
Gail Badner d7d4407bad HHH-7121 : unique constraint should not be created for ID columns 2013-07-18 12:27:20 -07:00
Strong Liu 839a102e26 HHH-7919 : Miscellaneous bugfixes 2013-07-19 00:48:04 +08:00
Strong Liu a8e2296406 HHH-7919 : Miscellaneous bugfixes 2013-07-19 00:48:04 +08:00
Gail Badner 00fed4c443 HHH-8360 HHH-7843 : one-to-one and mappedBy associations
HHH-8360 HHH-7843 : one-to-one and mappedBy associations
2013-07-17 23:23:50 -07:00
Strong Liu c9738beaf4 HHH-7919 : Miscellaneous bugfixes 2013-07-18 14:14:11 +08:00
Strong Liu b1312381b1 HHH-7919 : Miscellaneous bugfixes 2013-07-18 04:19:14 +08:00
Strong Liu da40234ab7 HHH-7919 : Miscellaneous bugfixes 2013-07-18 02:12:26 +08:00
Strong Liu 21c3a17d4c HHH-8336 remove deprecated types 2013-07-18 00:36:29 +08:00
Strong Liu 2e78a00482 HHH-7919 : Miscellaneous bugfixes 2013-07-17 20:09:06 +08:00
Strong Liu 9cdcbd09a6 HHH-7759 named queries not read by hbm source 2013-07-17 00:03:45 +08:00
Strong Liu 082e6b7e18 HHH-7919 : Miscellaneous bugfixes 2013-07-15 19:35:47 +08:00
Strong Liu cc6d271f31 merge master branch 2013-07-15 13:17:24 +08:00
Strong Liu 1825a4762c HHH-8211 Checkstyle and FindBugs fix-ups 2013-07-13 11:00:42 +08:00