Gail Badner
1faeb54a3d
HHH-11058 : Correct package for TransactionCoordinatorBuilder
2016-08-23 15:25:31 -07:00
Steve Ebersole
148c41277a
HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl
...
(cherry picked from commit 68c62da29e
)
2016-08-23 15:24:44 -07:00
Steve Ebersole
248df370eb
HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl
...
(cherry picked from commit f26eb97091
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaDropperImpl.java
2016-08-23 15:22:53 -07:00
Andrea Boriero
f446b0a35e
HHH-11037 - Same named subtype embeddable properties ignored
...
(cherry picked from commit 62bfbf8bd9
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
2016-08-18 16:10:41 -07:00
Gail Badner
840258a00e
HHH-11037 : Fix tests to be jdk6-compliant
2016-08-18 16:03:48 -07:00
Gail Badner
366efe118f
HHH-11037 : Correct jira issue in @TestForIssue
...
(cherry picked from commit 5096982532
)
2016-08-18 15:46:07 -07:00
Andrea Boriero
26ae36840d
HHH-11037 - Add test for issue
...
(cherry picked from commit 3028f5d787
)
2016-08-18 15:45:50 -07:00
johara
836691b5a7
HHH-11051 : Cache EventListenerRegistry and StatisticsImplementor
...
(cherry picked from commit 97318b71f0
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
2016-08-18 14:25:23 -07:00
Gail Badner
be57dad4c2
HHH-11041 : Correct references to Hibernate version in javadoc annotations in backported code
2016-08-11 22:27:41 -07:00
Yanming Zhou
4649f5fa91
Fix missing currentTenantIdentifierResolver
...
1. Add missing sessionFactoryBuilder.applyCurrentTenantIdentifierResolver() .
2. Use getter instead of field for consistency .
(cherry picked from commit 5ea8997ca7
)
2016-08-11 00:16:02 -07:00
Andrea Boriero
dd3b1e0b1b
HHH-11036 - The drop schema filtering of sequence generation with schemaFilter is wrong
2016-08-11 08:23:59 +02:00
Andrea Boriero
9e428260fe
HHH-10937 - The generation of the drop schema does not filter sequence with schemaFilter
2016-08-11 08:23:36 +02:00
Andrea Boriero
0f44cde175
HHH-10937 - Add test for issue
2016-08-11 08:23:21 +02:00
Gail Badner
ee2db37052
HHH-10876 : corrections due to backporting
2016-08-10 23:11:36 -07:00
Vlad Mihalcea
d4b81560bf
HHH-10876 - DefaultIdentifierGeneratorFactory does not consider the hibernate.id.new_generator_mappings setting
...
(cherry picked from commit eec01edcca
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
2016-08-10 22:37:25 -07:00
Dmytro Bondar
a7a78f803f
HHH-8687 Better exception message for PostgreSQL81Dialect and named REF_CURSOR parameter binding
...
(cherry picked from commit 63ea1f812a
)
2016-08-10 17:10:42 -07:00
Greg Jones
a0c7c313c7
HHH-9894 - Support Informix Boolean Type
...
(cherry picked from commit 3ef05dea2f
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
hibernate-core/src/test/java/org/hibernate/dialect/InformixDialectTestCase.java
2016-08-10 17:04:13 -07:00
Gabriel Belingueres
a0b70ffece
Fixes HHH-10800 - InformixDialect: add support for current_timestamp() and current_date()
...
(cherry picked from commit 5e82c2e414
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
hibernate-core/src/test/java/org/hibernate/dialect/InformixDialectTestCase.java
hibernate-core/src/test/java/org/hibernate/engine/query/InformixFunctionTest.java
2016-08-10 16:57:01 -07:00
Chris Cranford
ddad1b6c70
HHH-10978 - Added test case.
...
(cherry picked from commit 5b7d00ef1e
)
2016-08-10 16:02:00 -07:00
Chris Cranford
4a60011cb7
HHH-10978 - Fix building join table metadata with default catalogs or schema values.
...
(cherry picked from commit 1dcb391f83
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
2016-08-10 15:59:41 -07:00
Gail Badner
abf80cae81
HHH-8488 : Move tests to hibernate-entityManager
2016-08-10 15:14:22 -07:00
Andrea Boriero
18fb5d9168
HHH-8488 - Add tests for issue
...
(cherry picked from commit 9d20d3ab03
)
2016-08-10 15:14:22 -07:00
Andrea Boriero
cdb11f9be2
HHH-10695 - Fix MySQL should not use the NCLOB type
...
(cherry picked from commit 455d86307b
)
2016-08-09 16:29:41 -07:00
Andrea Boriero
23b5ef5ae5
HHH-10693 - Fix PostgreSQL should not use nvarchar when using Nationaliztaion
...
(cherry picked from commit 513c2358f7
)
2016-08-09 16:01:40 -07:00
Andrea Boriero
4b7da02b66
HHH-10693 - Change test to run with PostgreSQL dialect
...
(cherry picked from commit c1023ac49e
)
2016-08-09 16:01:21 -07:00
Gail Badner
f75798518a
HHH-10896 : fix for checkstyle failure
2016-08-02 21:06:54 -07:00
Gail Badner
6adb92cf13
HHH-10896 : fix for checkstyle failure
...
(cherry picked from commit 894c6470d0
)
2016-08-02 13:51:01 -07:00
Steve Ebersole
78a8fdeb95
HHH-10896 - Exception thrown when dropping schema with a managed connection
...
(cherry picked from commit c7c5a00167
)
2016-08-02 12:19:31 -07:00
Steve Ebersole
076c7ea104
HHH-10896 - Exception thrown when dropping schema with a managed connection
...
(cherry picked from commit da49122113
)
2016-08-02 12:19:15 -07:00
Gail Badner
f8cd76f43f
HHH-10896 : Corrections for backporting.
...
HHH-10896 : Remove TransactionCoordinatorBuilder#buildDdlTransactionIsolator; add Helper#buildDefaultDdlTransactionIsolator
2016-08-01 23:12:35 -07:00
Steve Ebersole
fd38bc9df1
HHH-10896 - Exception thrown when dropping schema with a managed connection
...
(cherry picked from commit f4f279938d
)
Conflicts:
documentation/src/test/java/org/hibernate/userguide/multitenancy/AbstractMultiTenancyTest.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/TransactionCoordinatorBuilder.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jdbc/internal/JdbcResourceLocalTransactionCoordinatorBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/JtaTransactionCoordinatorBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/AbstractJdbcConnectionContextImpl.java
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/GenerationTargetToDatabase.java
hibernate-core/src/test/java/org/hibernate/test/tool/schema/SchemaValidatorImplTest.java
2016-08-01 22:13:26 -07:00
Gail Badner
20dd7fbfbf
HHH-10795 : Corrections due to backporting
...
(cherry picked from commit 71d799ae11
)
2016-07-29 17:46:35 -07:00
Gail Badner
482515ba13
HHH-10795 : added assertions to test case
...
(cherry picked from commit 0d8f08b9d1
)
2016-07-29 17:46:18 -07:00
Gail Badner
1ad6a1280d
HHH-10795 : StatefulPersistenceContext.entityEntryContext does not work properly for ManagedEntity associated with a different StatefulPersistenceContext
...
(cherry picked from commit 56b22aeaac
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
2016-07-29 17:45:07 -07:00
Chris Cranford
2dc5236a85
HHH-10994 - Relax requirement of 'as' in the alias phrase for the MSSQL LimitHandler implementation.
...
(cherry picked from commit 714ba62
)
2016-07-28 12:33:57 -05:00
Gail Badner
5ef34ca6e2
HHH-10993 : NPE when Lazy loading collection without transaction for bytecode enhanced entitie
...
(cherry picked from commit 2c553f3290
)
2016-07-26 17:58:44 -07:00
Gail Badner
d2f428bb02
HHH-10993 : Correction to test case for 5.1
2016-07-26 17:57:13 -07:00
johara
561edfbd24
HHH-10993 - Added testcase for Lazy Loaded collections outside transaction in bytecode enhanced entities
...
(cherry picked from commit 80e092a432
)
2016-07-26 17:41:22 -07:00
barreiro
5f3209cf44
HHH-10973 - Fix 'class is frozen' when enhancing bidirectional relationships
...
(cherry picked from commit a9318ce656
)
2016-07-21 22:30:45 -07:00
barreiro
d3a059abd5
HHH-10977 - Entity not enhanced after MappedSuperclass
...
(cherry picked from commit 987487e106
)
2016-07-21 22:30:34 -07:00
barreiro
6ae5fc3521
HHH-10922 - Call on bytecode enhanced method trigger load of proxy
...
(cherry picked from commit 92c1e63577
)
2016-07-19 15:57:21 -07:00
Gail Badner
58b3f69555
HHH-10922 - Correcions due to backporting
2016-07-19 15:55:39 -07:00
barreiro
1d79b5d26f
HHH-10922 - Test case
...
(cherry picked from commit 45adb05f5a
)
2016-07-19 12:48:49 -07:00
Gail Badner
3e5947e20d
HHH-5393 : MappingException when @MapKeyColumn refers to a column mapped in embeddable map value
...
(cherry picked from commit c893577efc
)
2016-07-14 15:30:02 -07:00
Gail Badner
6d9cdaffde
HHH-10551 : test case
...
(cherry picked from commit c1f3b54194
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/LazyBasicFieldNotInitializedTestTask.java
2016-07-11 18:55:34 -07:00
barreiro
60e2123337
HHH-10801 - Bytecode enhancement of @MappedSuperclass
...
(cherry picked from commit cdc69a475b
)
2016-07-01 13:37:22 -07:00
barreiro
5b905d1ba0
HHH-10646 - [enhancer] Add support for @MappedSuperclass
...
(cherry picked from commit e615d76a26
)
2016-07-01 13:35:07 -07:00
Gail Badner
16ae4e8104
HHH-10851 : Change to check for @Access on field and getter before checking the class containing the attribute
...
(cherry picked from commit 570577b653
)
2016-06-30 15:00:36 -07:00
barreiro
2d3f5848e6
HHH-10851 - PropertyAccessMixed not aware of Access annotation
...
(cherry picked from commit 5ef1da74c2
)
2016-06-30 15:00:19 -07:00
Steve Ebersole
0fddd62fc0
HHH-10863 - Improve consistency of how we call implicitNamingStrategy.determineBasicColumnName with element collections
...
(cherry picked from commit 5b5d2b6559
)
2016-06-30 11:11:45 -05:00