2674 Commits

Author SHA1 Message Date
michal
46751f4f7f HHH-10222 - AttributeConverter not applied to @ElementCollection
(cherry picked from commit 2a99b256b8c80bb89aee9c00a7df46e764bdef2d)
2015-10-28 22:55:38 -05:00
Hardy Ferentschik
7a0e98aeec HHH-6475 - Metamodel check fails when subclasses are used
(cherry picked from commit 25d8a66ac7df6388a4eec0539d11f4601a06827d)
2015-10-28 13:27:25 -05:00
Steve Ebersole
eca5839404 HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
(cherry picked from commit e6c1f511a30816963901fb4746163a849dd80226)
2015-10-27 23:27:22 -05:00
Steve Ebersole
9c9d8bd0be HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
(cherry picked from commit 246e98c5af2c78f21710622c0937b8a6d835bab8)
2015-10-27 21:57:08 -05:00
Steve Ebersole
10a5f4af15 HHH-1400 - formula-based property leads to generation of invalid SQL with subselect fetches
(cherry picked from commit 82c5e0ae26c61e61446dbd096ff6b449767b4d61)
2015-10-27 21:42:23 -05:00
Andrea Boriero
32fce20012 HHH-10169 - Fix Hibernate ignores foreign-key name in hbm <joined-subclass> 2015-10-27 17:49:02 +00:00
Andrea Boriero
6c72d0daaa HHH-10169 - Add test for issue 2015-10-27 17:48:49 +00:00
Steve Ebersole
f355d06304 HHH-10166 - Sequence generator creates duplicate keys
(cherry picked from commit 3b2157be45dba1be082ce510bae8297adb7cc2ca)
2015-10-27 06:07:56 -05:00
Steve Ebersole
b261f356d0 HHH-10203 - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport
(cherry picked from commit 57c5d06f0efb320f5b5c74a08e61a8feea068ca1)
2015-10-26 21:07:46 -05:00
Steve Ebersole
6a09dea2e4 HHH-10206 - Primary key not created for a Set after loading from XML mapping file
(cherry picked from commit e71627ab00046d9a574720f2e72ed3f14fb1f488)
2015-10-26 20:20:12 -05:00
Steve Ebersole
5ba6cdc728 HHH-10207 - Constraint name not considered for a Set while loading from XML mapping file
(cherry picked from commit c07e93bfb1c11da5bc0999bbe8f5b5af0500e872)
2015-10-26 19:44:54 -05:00
Steve Ebersole
3ebe0f1c8a HHH-9897 - @OneToMany association with @JoinFormula throws NPE
(cherry picked from commit 53dfed44961d2a36ab688a82d821d77c93ef3abd)
2015-10-26 19:25:50 -05:00
Steve Ebersole
7fba0e731e HHH-9784 - Scroll method does not support provided HQLQueryPlan
(cherry picked from commit be40ccf9ccf86d79f0eb1e8f9e3373b9df9e8ded)
2015-10-26 19:01:42 -05:00
reda-alaoui
4fcb465311 HHH-9784 Scroll method does not support provided HQLQueryPlan
(cherry picked from commit 09127bf1c36cbe9a8e90f17508444d2565b95878)
2015-10-26 19:01:33 -05:00
Réda Housni Alaoui
3da8d8542f HHH-9374 EntityGraph applied to subquery when using collection function
(cherry picked from commit 1677e0662b92a7d8e63a0437f87e296fc157ebe7)
2015-10-26 17:53:17 -05:00
drepshas
c84cc32297 HHH-10087 allow locks to be prepended to SQL
This allows locking code to work for the Teradata database

(cherry picked from commit ac616ccbfa5e1ea659b2c2df49c4adf26b05e51e)
2015-10-26 17:40:15 -05:00
Jan Martiska
cd036a6367 [HHH-10188] "stored" is a reserved keyword
(cherry picked from commit 1fa78f9658509bd8a59ac53b67d332cb4c176e23)
2015-10-26 17:16:46 -05:00
Jan Martiska
1741e0f06f HHH-10195 fix QueryHintSQLServer2012Test
(cherry picked from commit 06311d32a15689067ce359ea2036f02cf22eb9a2)
2015-10-26 17:12:39 -05:00
Jan Martiska
01c358991f HHH-10196 DefaultGeneratedValueTest fails on MySQL
fix

(cherry picked from commit 6ff0abf682637004e6fca1cdb679e27642c4afcc)
2015-10-26 17:06:33 -05:00
Steve Ebersole
513f11fa5f HHH-10217 - ModelBinder fails to bind version property when generated="always"
(cherry picked from commit 56fae44589e222cb38f53ed7cfea4b859cf21afb)
2015-10-26 17:01:02 -05:00
Steve Ebersole
1de3002fe5 HHH-10208 - Index not considered while loading from XML mapping file
(cherry picked from commit 8bcf66631d6d3ac5d18134b88f63321d44ca2679)
2015-10-26 13:15:38 -05:00
Andrea Boriero
fa7fcf5b95 HHH-10180 - Fix hbm2ddl tools cannot generate create/update script not modifying the database 2015-10-26 14:28:51 +00:00
Andrea Boriero
9b34880baf HHH-10180 - Add test for issue 2015-10-26 14:28:39 +00:00
Andrea Boriero
cf4ef9ad1c HHH-10197 - Fix SchemaManagementException when performing SchemaUpdate 2015-10-16 13:57:49 +01:00
Andrea Boriero
add6fc84c8 HHH-10197 - Add test 2015-10-16 13:57:39 +01:00
Andrea Boriero
4bb263f789 HHH-10174 - Fix Incorrect splitting of string using dot as separator, dot is not escaped 2015-10-15 14:30:30 +01:00
Andrea Boriero
75db26f24e HHH-10174 - Add test for issue 2015-10-15 14:30:23 +01:00
Andrea Boriero
4ff1dcbfa7 HHH-10104 - Fix HHH-10104 Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL 2015-10-15 11:19:10 +01:00
Andrea Boriero
5f67ac3acc HHH-10194 - Change NameQualifierSupport for Hypersonic from CATALOG to SCHEMA 2015-10-15 09:54:35 +01:00
Andrea Boriero
12ae1b54b9 HHH-10193 - Fix NameQualifierSupport for Hypersonic should be catalog 2015-10-14 17:09:51 +01:00
Andrea Boriero
af4243bdb0 HHH-10198 - NPE in InformationExtractorJdbcDatabaseMetaDataImpl 2015-10-14 16:34:01 +01:00
Andrea Boriero
05c6d560b2 HHH-10190 - org.hibernate.engine.spi.ActionQueue#executeActions() optimization 2015-10-14 14:16:31 +01:00
Steve Ebersole
d8ab9c0905 HHH-9074 - HQL Query with boolean and @Convert
(cherry picked from commit ac2f06800ea45aed66475a042a6f62cc99783565)
2015-10-08 09:59:25 -05:00
Steve Ebersole
4ee6b88b2b HHH-10172 - Throw MappingException when entity/component class defines multiple matching getters by stem name
(cherry picked from commit 1203acbdc0044f877b65f6e25c167db4a28ca857)
2015-10-07 12:27:31 -05:00
Andrea Boriero
e49da05654 HHH-10139 - remove unused import classes 2015-10-07 15:18:03 +01:00
Steve Ebersole
43feb01a79 HHH-10170 - Reuse JAXBContext instance (Slow mapping initialization) - port HHH-10065 fix to 5.0 branch
(cherry picked from commit 78fcfe26a7c3f8eb603c86f86d62c91afd533841)
2015-10-06 19:09:32 -05:00
Steve Ebersole
e27fb3f592 HHH-10129 - Evaluate AttributeConverter tests in hibernate-entitymanager for move to hibernate-core;
HHH-10154 - Change built-in JavaTypeDescriptor impls to not auto-register themselves with JavaTypeDescriptorRegistry

(cherry picked from commit 7af7ebaf875918331f2d1cacbdabcb8d68f16c5f)
2015-09-30 12:38:19 -05:00
Andrea Boriero
74e1865ac9 HHH-9996 - Finish Derby database profile - ForeignKeyMigrationTest requires Dialect supports catalog creation 2015-09-30 14:38:42 +01:00
Andrea Boriero
a8a9864a60 HHH-10142 - Add SQL keyword to DerbyDialect 2015-09-30 14:38:34 +01:00
Steve Ebersole
187d8b8bc1 HHH-10122 - Deprecate ".class" property-style entity-type-expression format
(cherry picked from commit e64d028306d78096b12dc2c6702fc866ad4b369e)
2015-09-30 00:07:21 -05:00
Steve Ebersole
634707cad9 HHH-10125 - KEY() function in HQL causes inaccurate SQL when map key is an entity;
HHH-10132 - ENTRY() function in HQL causes invalid SQL when map key is an entity

(cherry picked from commit 3cdc4476542424bf9a306c79fac3beb2a2580657)
2015-09-29 23:33:57 -05:00
Andrea Boriero
5cbefff7a0 HHH-9995 - Finish pgsql database profile 2015-09-29 18:15:17 +01:00
Martin Simka
cfbdef150a HHH-9995 - Finish pgsql database profile - rollback transaction on error in TestLazyBasicFieldAccessExecutable 2015-09-29 18:15:04 +01:00
Andrea Boriero
e59999e57b HHH-10150 - Override PostgreSQL9Dialect#getDefaultMultiTableBulkIdStrategy() causing exception in deleting joined subclasses 2015-09-29 16:51:26 +01:00
Andrea Boriero
a58a866e67 HHH-10149 - Fix PostgreSQL Dialect getForUpdateString(String aliases, LockOptions lockOptions) returning a wrong value for update String when aliases is an empty String 2015-09-29 14:12:05 +01:00
Andrea Boriero
4428e1a4c4 HHH-10110 - Fix DerbyDialect#getQuerySequencesString() causing error during schema update 2015-09-28 21:30:32 +01:00
Andrea Boriero
307d040acc HHH-10140 - Fix derby does not support tuples in subqueries 2015-09-28 21:30:12 +01:00
Andrea Boriero
7fadfc09e4 HHH-10139 - Fix <formula>1</formula> causing java.sql.SQLSyntaxErrorException: Comparisons between 'INTEGER' and 'BOOLEAN' are not supported when the column is a boolean 2015-09-28 21:29:58 +01:00
Andrea Boriero
ab8e679f41 HHH-9996 - Finish Derby database profile 2015-09-28 21:29:49 +01:00
Steve Ebersole
5c30c3c111 HHH-10128 - @Enumerated(EnumType.STRING) not working as expected with PosgreSQL database
(cherry picked from commit ac16e825f8b19a8f6b5c7ec833cb3da432052a6f)
2015-09-28 14:58:26 -05:00