Commit Graph

2382 Commits

Author SHA1 Message Date
Strong Liu fcc80c8262 correct typo in doc 2011-10-20 02:01:43 +08:00
Strong Liu bace702440 HHH-6121: Hibernate statistics should log at DEBUG level instead of INFO. 2011-10-19 21:31:00 +08:00
Johno Crawford 34c47d386b HHH-6121: Hibernate statistics should log at DEBUG level instead of INFO. 2011-10-19 17:27:18 +08:00
Adam Warski 366bee61c3 Merge pull request #188 from skowronm/backport_3.6_HHH-5917
Backport HHH-5917 to 3.6
2011-10-18 11:53:41 -07:00
Adam Warski 8b45dc0e0b Merge pull request #186 from skowronm/backport_3.6_HHH-6177
Backport HHH-6177 to 3.6
2011-10-18 11:53:11 -07:00
Michal Skowronek 5bce79192c HHH-5917 Migrated test cases to TestNG 2011-10-13 20:19:13 +02:00
Adam Warski d3e889bac4 HHH-5917: improving documentation 2011-10-13 20:19:13 +02:00
Lukasz Antoniak 8a750e28fc HHH-5917 - Split test cases and updated documentation 2011-10-13 20:19:13 +02:00
Lukasz Antoniak efc9377b31 HHH-5917 - Fix and test 2011-10-13 20:19:13 +02:00
Strong Liu 8dfbcd3913 HHH-2304 Wrong type detection for sql type char(x) columns 2011-10-13 21:28:53 +08:00
Gail Badner d805bbfa60 HHH-4982 : JPA OneToOne(optional=true) not supported with @PrimaryKeyJoinColumn 2011-10-12 04:01:44 -07:00
Michal Skowronek 107f45cecf HHH-6177 Migrated test cases to TestNG 2011-10-12 00:48:37 +02:00
Adam Warski 95fed4af6f HHH-6177: fixing a bug with mapping null references introduced by the last pull request 2011-10-11 22:32:16 +02:00
Michal Skowronek 760c2ccfff HHH-6177 Removed duplicated test cases 2011-10-11 22:29:59 +02:00
Michal Skowronek 3acf1f23bd Extended test cases and provided a fix for the issue
The idea for the fix is to simply stop using properties tag for relations in favor of plain (possibly multiple) propeties
2011-10-11 22:29:30 +02:00
Michal Skowronek cad25cfd36 Added annotation configuration to improve readability
Added JPA-based test-case
2011-10-11 22:24:46 +02:00
Michal Skowronek 814f24639b Test cases for the Jira Issue HHH-6177 2011-10-11 22:24:44 +02:00
Gail Badner db8ef80982 HHH-4838 : Immutable natural key lookup not recognized using query cache 2011-10-03 15:08:40 -07:00
Strong Liu d2ca1f2a1a Adding readme to avoid confusion 2011-09-30 18:23:02 +08:00
Strong Liu 4348e17fce Adding readme to avoid confusion 2011-09-30 18:21:37 +08:00
Michael Rudolf e69b37a9a4 HHH-6697 Fixed conversion of Hibernate exceptions to JPA exceptions. 2011-09-30 16:55:54 +08:00
Michael Rudolf 3bd95da6c5 HHH-6697 Added test case. 2011-09-30 16:55:54 +08:00
Strong Liu d76358cd03 remove out-of-date cvsignore file 2011-09-30 16:54:40 +08:00
Strong Liu 59302f4f3d HHH-5801 fix jdk 1.5 compatibility issue 2011-09-29 13:04:40 +08:00
Strong Liu fdb8786858 HHH-5801 ColumnNameCache.columnNameToIndexCache map should be synchronized 2011-09-16 00:28:18 +08:00
Adam Warski 4ff0c208c3 Merge pull request #167 from lukasz-antoniak/HHH-6614-3.6
HHH-6614 - Back-port to 3.6 branch
2011-09-14 03:19:28 -07:00
Lukasz Antoniak 4e5e0ddd60 HHH-6614 - Fix and test 2011-09-13 18:41:00 +02:00
Adam Warski fcca33f727 HHH-6647: requesting an upgraded lock when looking for the last audit record to make sure the same one isn't found by two concurrent transactions 2011-09-12 09:16:20 +02:00
Strong Liu e8b6c1e45f hibernate-core 3.6 branch is using jdk 1.5 2011-09-08 12:33:08 +08:00
Strong Liu 6032c4dbfb HHH-6533 ByteTypeDescriptor is not working properly 2011-09-07 16:59:48 +08:00
Adam Warski 0418725042 Merge pull request #163 from lukasz-antoniak/HHH-5580-3.x
HHH-5580 - Back-port core functionality to 3.6 branch.
2011-09-05 06:23:05 -07:00
Lukasz Antoniak ab564b3d35 HHH-5580 - Tracking modified entity names 2011-08-31 23:11:58 +02:00
Lukasz Antoniak 8fc116fa0d HHH-5580 - Tracking modified entity names 2011-08-31 23:00:30 +02:00
Strong Liu 0dbc756093 HHH-6599 Hibernate mark as rollback even for no transaction requests 2011-08-30 18:39:12 +08:00
Steve Ebersole 71bca205e9 HHH-6591 - Port changes for HHH-5348 to 3.6 branch 2011-08-24 12:35:05 -05:00
Adam Warski 0c42a5a153 Merge pull request #158 from lukasz-antoniak/HHH-5930-3.x
HHH-5930 [branch 3.x] - Remove hibernate-tools dependency from runtime scope
2011-08-21 23:23:53 -07:00
Lukasz Antoniak 26663e9890 HHH-5930 - Changing provided scope to optional 2011-08-21 19:22:17 +02:00
Lukasz Antoniak 566f0d4d89 HHH-5930 - Removed Ant and Hibernate Tools dependency from Envers build 2011-08-21 18:06:49 +02:00
Strong Liu 164cdf99d2 HHH-5789 Hibernate 3.5.4 doesn't build with OpenJDK 6b18-1.8.2 or greater 2011-08-20 10:59:54 +08:00
Strong Liu df445e0f2f HHH-6577 code style format 2011-08-20 10:34:10 +08:00
Strong Liu c593f75ec0 Merge remote-tracking branch 'cubrid/3.6' into 3.6 2011-08-20 10:28:00 +08:00
Gail Badner 647265c79a Update 3.6.7.Final to 3.6.8-SNAPSHOT 2011-08-17 13:17:04 -07:00
Gail Badner 37c18f2523 Update 3.6.7-SNAPSHOT to 3.6.7.Final 2011-08-17 13:10:59 -07:00
Gail Badner e3527f325a 3.6.7 prep 2011-08-17 13:06:55 -07:00
Esen Sagynov 0e8a2e4324 Extended StandardDialectResolver by adding CUBRIDDialect info. 2011-08-16 22:21:53 -07:00
Esen Sagynov dd441aef8f Added CUBRIDDialect source. 2011-08-16 22:04:19 -07:00
Gail Badner 9485ffb752 HHH-6370 : HSQLDB fixes reported issues and adds minor enhancement (Fred Toussi) 2011-08-16 17:43:25 -07:00
Strong Liu bbbbf779d7 HHH-1780 negation of EXISTS in hql query does not work 2011-07-28 18:12:39 +08:00
Gail Badner 418a8df7df Update version to 3.6.7-SNAPSHOT 2011-07-20 18:26:04 -07:00
Gail Badner 2c25b1edaf Update version to 3.6.6.Final 2011-07-20 18:21:21 -07:00