Commit Graph

1879 Commits

Author SHA1 Message Date
Gail Badner fd9c92eaf6 HHH-9518 : Add tests for new warnings
(cherry picked from commit 5eb4c0bdc5)

HHH-9518 : Corrections to test to work pre-5.0

(cherry picked from commit 87ddd73ae6)

HHH-9518 : Remove LOG from MultipleSessionCollectionWarningTest (only used in 5.0)
2015-06-11 16:26:11 -07:00
Gail Badner db475ed716 HHH-9518 : Exception handling around collection session access needs to be improved
(cherry picked from commit f4f04901e2)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
	hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java

HHH-9518 : Corrections to test to work for pre-5.0

(cherry picked from commit 0854a0473f)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/collection/internal/AbstractPersistentCollection.java
2015-06-11 12:56:57 -07:00
Andrea Boriero 938064fc3d HHH-9805 - Backport for 4.2 branch 2015-05-28 09:24:59 +01:00
Gail Badner 3a4b2426fc HHH-9777 : Copy tests from AbstractDereferencedCollectionTest into subclasses
(cherry picked from commit 4e2f7aeae4)
2015-05-27 12:44:34 -07:00
Gail Badner 9466446d39 HHH-9777 : Dereferenced collections are not processed properly
HHH-9777 : Dereferenced collections are not processed properly (test case changes only)

(cherry picked from commit 93f56ecf5d)
2015-05-27 12:44:24 -07:00
Gail Badner 98743e3096 HHH-9777 : Dereferenced collections are not processed properly
HHH-9777 : Dereferenced collections are not processed properly (mark test as FailureExpected due to partial fix)

(cherry picked from commit e07eef3db1)
2015-05-27 12:44:04 -07:00
Gail Badner ab1f1c0135 HHH-9777 : Dereferenced collections are not processed properly (test cases)
(cherry picked from commit 82cdc82a48)
2015-05-27 12:43:49 -07:00
Gail Badner 503fe45c46 HHH-9758 : Broken SQL generated for dynamic batch fetching entities with a composite ID
(cherry picked from commit fd67d5fb5f8182f3e61240d18594b82e0d1c80fe)
2015-04-29 17:11:56 -07:00
Gail Badner 59cbee44e7 HHH-9250 : BigIntegerSequenceGeneratorTest.testBasics fails on MS SQL Server 2012
(cherry picked from commit 49fed0938e)
2015-04-20 17:53:04 -07:00
Steve Ebersole 6d4dd52f8d HHH-9413 : Backport HHH-8853 to 4.2: NonBatchingBatch.addToBatch() calls statement.close() twice
(cherry picked from commit 86d5ab0d818b8029cc5e0310ae5c64338d0f47ef)

(cherry picked from commit 556e31fb2d)
2015-04-13 15:34:56 -07:00
Steve Ebersole f00e4df8ab Merge pull request #791 from beikov/HHH-9300
Added test for HHH-9300
2015-03-24 22:36:41 -05:00
Gail Badner 1227b73e1e HHH-9642 : Join fetch not performing join fetch for @Embeddable with @OneToMany
(cherry picked from commit 6c404c30f7)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DotNode.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/components/ComponentCriteriaTest.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/criteria/components/Name.java
2015-03-12 13:43:01 -07:00
Gail Badner 8806054ad8 HHH-9597 : Criteria creates invalid column aliases
(cherry picked from commit 36cc2c836c)
2015-02-12 13:54:11 -08:00
Gail Badner b4f3a87684 HHH-9597 : Criteria creates invalid column aliases (test case)
(cherry picked from commit c9df7589f2)
2015-02-12 13:51:05 -08:00
Gail Badner 86b4c52ed9 HHH-9523 : EnumeratedTypeTest - select from dual causes test failures on mssql, postgresql, db2 and sybase
(cherry picked from commit 264b0be40e)
2015-01-21 16:58:10 -08:00
Gail Badner 4a73591aee HHH-9091 : Collection deleted due to orphan removal fails with constraint violation 2015-01-21 01:25:46 -08:00
Gail Badner a8b2a7178e HHH-9568 : EntityManager.flush() does not behave properly with transient one-to-one association and no cascade 2015-01-14 16:34:01 -08:00
Gail Badner 0def0abcac HHH-9467 : Cannot enable NamingStrategyDelegator implementations using standalone schema tools
(cherry picked from commit 4bf3b162ad)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java
	hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidatorTask.java
2015-01-05 12:34:06 -08:00
George Gastaldi f66fcc461b HHH-6670: H2Dialect should use "if exists" when dropping sequences
(cherry picked from commit 60d4fe5001)
2014-12-18 12:42:41 -08:00
George Gastaldi 84918aaf15 HHH-9500: H2Dialect shoud not drop constraints
The constraints are automatically dropped when the table is also dropped.
Trying to drop a constraint on a table that doesn't exist present unnecessary error messages.

(cherry picked from commit 7854bc6769)
2014-12-18 12:40:12 -08:00
Gail Badner e8cf997eb3 HHH-8401 : Support fractional seconds on MySQL 5.7 (tweak test cases for 4.2) 2014-12-17 23:41:28 -08:00
Gail Badner c29cbf1753 HHH-8401 : Unit test fixes
(cherry picked from commit 45511f10ae)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/temporal/TimestampPropertyTest.java
	hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
2014-12-17 23:28:19 -08:00
Gail Badner b4446f368e HHH-8401 : Support fractional seconds on MySQL 5.7 (tweak test cases for 4.2) 2014-12-16 22:10:35 -08:00
Gail Badner deb1ee8e96 HHH-8401 : Support fractional seconds on MySQL 5.7
(cherry picked from commit fe94cda1d1)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java
2014-12-16 22:08:42 -08:00
Gail Badner b5435bfa2d HHH-9091 : Cascaded collection delete fails due to wrong execution sequence (test case)
(cherry picked from commit 3b57f1612d)
2014-12-02 22:16:50 -08:00
Gail Badner e863539c22 HHH-9330 : orphanRemoval=true does not work in bidirectional relationships (without cascading) 2014-11-26 16:03:04 -08:00
Gail Badner 943f1cd14e HHH-9330 : Test cases for orphanRemoval=true does not work in bidirectional relationships (without cascading)
(cherry picked from commit 1ff9edfb81)
2014-11-26 15:37:31 -08:00
Gail Badner 89d4fa9948 HHH-9388 : fix Entity Manager bug explicitly enabling ImprovedNamingStrategyDelegator/LegacyNamingStrategyDelegator 2014-10-22 11:25:17 -07:00
Gail Badner 552c1c06d5 HHH-9455 : Unnecessary select count query in some cases 2014-10-21 13:41:00 -07:00
Gail Badner e5a31caa09 HHH-9388 HHH-7079 : Default collection table and foreign key names are incorrect in some cases; deprecate NamingStrategy 2014-10-08 03:13:38 -07:00
Gail Badner 36576046b8 HHH-9388 HHH-7079 : Default collection table and foreign key names are incorrect in some cases; deprecate NamingStrategy 2014-10-06 11:51:22 -07:00
Gail Badner 1883fcbb7b HHH-9369 Fix @Formula of enum type results in ClassCastException (minor fix for 4.2) 2014-09-19 13:50:06 -07:00
andreas 5d065bc263 HHH-9369 Fix @Formula of enum type results in ClassCastException
(cherry picked from commit fff49977ab)
2014-09-19 13:19:11 -07:00
Gail Badner 45c786c54f HHH-9387 HHH-9389 HHH-9390 : Minor correct to tests to work on 4.2 2014-09-11 13:12:25 -07:00
Gail Badner ea1d63ef43 HHH-9390 : Default join column name (FK) for @ManyToMany uses owning entity primary table name (test cases) 2014-09-11 12:58:51 -07:00
Gail Badner 9193d8ce97 HHH-9387 HHH-9389 : Default collection table and join column names generated for @ElementCollection (test cases)
HHH-9387 HHH-9389 : Default collection join column names generated for @ElementCollection (test cases)

(cherry picked from commit f2ae61abf6)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
2014-09-11 12:57:50 -07:00
Gail Badner 30c6e060db HHH-9327 : NamingStrategy regression (reverts HHH-9280) 2014-09-10 12:57:55 -07:00
Christian Beikov 1df6c45f8a Added regression test for HHH-9327
(cherry picked from commit 3da903f064)
2014-08-27 15:15:19 -07:00
Christian Beikov a3094b0442 Added test for HHH-9300 2014-08-19 03:43:43 +02:00
Gail Badner 24fd25306f HHH-9090 : HQL parser is trying to reuse parent implied join for subquery
(cherry picked from commit 153c4e32ef)
2014-08-12 17:41:46 -07:00
Steve Ebersole 9e1afbaf49 HHH-9312 - Database connection leak with JTA transaction tracking and background thread not releasing database connection 2014-08-04 13:34:09 -05:00
Gail Badner 88a93f8c03 HHH-9305 : HQL FromElement is not reused in some cases resulting in an additional join
(cherry picked from commit a0663f0d6c)
2014-07-29 19:57:37 -07:00
Gail Badner 0e43f71ca0 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge) 2014-07-14 15:28:32 -07:00
Gail Badner 5597111f32 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 31bcb0ea0a)
2014-07-11 17:37:48 -07:00
Gail Badner 7109790ee3 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 368cdc1966)

Conflicts:
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/emops/MergeMultipleEntityCopiesDisallowedByDefaultTest.java
2014-07-11 17:37:13 -07:00
Gail Badner eef0ca4eab HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge)
(cherry picked from commit 6203b5da30)

Conflicts:
	hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
	hibernate-core/src/main/java/org/hibernate/event/internal/EntityCopyAllowedObserver.java
	hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/emops/MergeMultipleEntityRepresentationsAllowedTest.java
2014-07-11 17:34:51 -07:00
Gail Badner e23fefd570 HHH-9261 : Backport HHH-9106 to 4.2 (Multiple representations of the same entity cannot be merged using cascade=merge) 2014-07-11 17:26:05 -07:00
Gail Badner c871002da7 HHH-8310 : Lob proxy class loading problem
(cherry picked from commit 365bfe99d8)
2014-07-09 19:34:11 -07:00
Gail Badner 9f8f07c229 HHH-9280 : Table name generated for @ElementCollection uses owning entity class name instead of mapped entity name
(cherry picked from commit ccffe0dea9)
2014-07-09 15:09:59 -07:00
Gail Badner ec17bcbc29 HHH-9231 : Avoid updating collection 2LC if contains entity added in tx
(cherry picked from commit 4851ab01df)
2014-07-08 22:58:36 -07:00