Steve Ebersole
|
a1444f2a10
|
HHH-10099 - @OrderColumn never generates the column in the schema
|
2015-09-25 11:18:10 -05:00 |
Steve Ebersole
|
bb0b604b57
|
HHH-10111 - AttributeConverter based attributes are not marked for update when their state is modified
|
2015-09-24 15:50:54 -05:00 |
Steve Ebersole
|
e8da2d09b3
|
HHH-10045 - Teradata requires non null primary keys.
|
2015-09-24 13:00:39 -05:00 |
Steve Ebersole
|
4777d5888c
|
HHH-10120 - InputStream not closed in ConfigLoader.loadConfigXmlResource(String)
|
2015-09-24 12:24:18 -05:00 |
Steve Ebersole
|
0f5139b60a
|
HHH-10119 - Config setting names loaded from cfg.xml stored in augmented (prefixed with "hibernate.") form but not original form
|
2015-09-24 11:57:49 -05:00 |
Steve Ebersole
|
0c628fa9aa
|
HHH-10119 - EhCacheRegionFactory cannot find configurationResourceName set in .cfg.xml
|
2015-09-24 11:50:59 -05:00 |
Steve Ebersole
|
6ce9d6848d
|
HHH-10115 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
(cherry picked from commit 91cd767d20 )
|
2015-09-22 16:13:45 -05:00 |
Andrea Boriero
|
c5b1cf94f3
|
HHH-10108 - Substituted checkstyle NewlineAtEndOfFile rule with rules used in OGM and fixed classes having more than a newline at the end of file
|
2015-09-22 18:11:43 +01:00 |
Steve Ebersole
|
918c9d4ffd
|
HHH-9888 - Oracle database constraint violation reported as RollbackException with JTA transaction manager
|
2015-09-11 06:36:15 -05:00 |
Steve Ebersole
|
9d6886198b
|
HHH-10055 - Lazy loading of collections in enhanced entity not working
|
2015-09-10 14:05:37 -05:00 |
barreiro
|
d0b0d7ef87
|
HHH-10055 - Add test case (enhanced version of org.hibernate.test.ondemandload.LazyLoadingTest)
|
2015-09-09 13:04:35 -05:00 |
Andrea Boriero
|
33458ab6f8
|
HHH-9983 - Fix Error saving entity with identity id on Oracle 12c
|
2015-09-08 19:10:16 +01:00 |
Andrea Boriero
|
1f3048e572
|
HHH-9983 - Add test for issue
|
2015-09-08 19:10:16 +01:00 |
Andrea Boriero
|
2731fe541a
|
HHH-100084 - Refactor Identity Column support methods into IdentityColumnSupport interface
|
2015-09-08 19:03:03 +01:00 |
Andrea Boriero
|
75a0991ae9
|
HHH-10086 - Deprecate Dialect#getIdentityColumnString() and Dialect#getIdentitySelectString()
|
2015-09-04 18:10:26 +01:00 |
barreiro
|
643c0b532d
|
HHH-10079 - Use enhanced property access for field/property attributes only
|
2015-09-03 15:06:59 +01:00 |
barreiro
|
03801b62ec
|
HHH-10078 - Enforce sychronization of non thread-safe method Enhancer.enhance()
|
2015-09-03 08:57:30 -05:00 |
barreiro
|
4d6eca5ff8
|
HHH-10076 - bytecode enhancer - CompositeEnhancer does not add ManagedComposite marker interface
|
2015-09-03 08:53:02 -05:00 |
Gail Badner
|
2dc0adb893
|
HHH-10053 : Revert HHH-9736; BigIntegerType really should use NumericTypeDescriptor
|
2015-09-02 13:04:56 -07:00 |
Steve Ebersole
|
1c70e0df0c
|
HHH-10020 - Improvements to org.hibernate.bytecode.enhance.internal.AttributeTypeDescriptor#buildInLineDirtyCheckingBodyFragment
|
2015-09-01 21:52:28 -05:00 |
Steve Ebersole
|
961b5e8977
|
HHH-10069 - ClassCastException between CompositeCustomType and ComponentType part 2
|
2015-09-01 21:31:27 -05:00 |
Steve Ebersole
|
8916346b4a
|
HHH-9864 - foreign key violation with order_inserts=true
|
2015-09-01 20:23:51 -05:00 |
drepshas
|
216848b500
|
HHH-10054 Modify Create Index SQL to support the Teradata database
|
2015-09-01 12:41:32 -05:00 |
Radim Vansa
|
1d62197b9d
|
HHH-10008 SessionImplementor.getTimestamp() does not return transaction start time;
HHH-9962 Second level query cache returns stale data if query and update statements are executed concurrently
|
2015-09-01 11:49:03 -05:00 |
Gunnar Morling
|
1376b12ca9
|
HHH-10073 Not propagating XML node names configured in mappings
|
2015-09-01 11:34:56 -05:00 |
Gunnar Morling
|
6f215a9227
|
HHH-10073 Removing further left-overs from removed dom4j entity mode
|
2015-09-01 11:34:56 -05:00 |
Gunnar Morling
|
47b8ed5121
|
HHH-10073 Removing methods scheduled for removal in 5.0
|
2015-09-01 11:34:56 -05:00 |
Gunnar Morling
|
1db462f35f
|
HHH-10073 Removing types methods scheduled for removal in 5.0
|
2015-09-01 11:34:56 -05:00 |
Steve Ebersole
|
78fcfe26a7
|
HHH-10065 - Slow mapping initialization
|
2015-09-01 10:05:52 -05:00 |
Steve Ebersole
|
74d2d33012
|
HHH-10009 - Unable to parse cfg.xml file with explicit xsi:schemaLocation
|
2015-09-01 09:22:57 -05:00 |
Steve Ebersole
|
d85fd04eb0
|
HHH-10070 - Deprecate use of "collection properties" in HQL
|
2015-08-31 21:02:09 -05:00 |
Steve Ebersole
|
24901af4d9
|
HHH-10024 - CriteriaQuery: Join on a field named 'size' backed by an enum throws IllegalArgumentException
|
2015-08-31 20:30:15 -05:00 |
Steve Ebersole
|
ca1c2efaf9
|
HHH-9954 - Equality checking should consider arrays
|
2015-08-31 09:25:53 -05:00 |
Gail Badner
|
249eff948d
|
HHH-10060 : Order of subclass joins are no longer determinate
|
2015-08-26 16:27:31 -07:00 |
Brett Meyer
|
6ca0a231a5
|
HHH-9975 checkstyle
|
2015-08-26 17:17:15 -04:00 |
Brett Meyer
|
eaf4c789b3
|
HHH-9975 CacheImpl.containsQuery(String) does not check if query cache is enabled
|
2015-08-26 16:37:09 -04:00 |
Kamil Szymanski
|
5f5e5f82c4
|
HHH-9593 Remove superfluous references to enclosing class
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java
|
2015-08-26 15:55:45 -04:00 |
Andrea Boriero
|
98ebeee830
|
HHH-951 - Fix setMaxResults causes "ORA-00918: column ambiguously defined" exception on Oracle for Criteria
|
2015-08-20 18:04:20 +01:00 |
Andrea Boriero
|
2e7c3acf11
|
HHH-951 - Add test for Criteria
|
2015-08-20 18:04:20 +01:00 |
Piotr Findeisen
|
0a722bb230
|
HHH-951 - Fix setMaxResults causes "ORA-00918: column ambiguously defined" exception on Oracle
|
2015-08-20 18:04:20 +01:00 |
Steve Ebersole
|
2c1b7ca537
|
HHH-9908 - Regression in naming collection join tables
|
2015-08-19 11:57:24 -05:00 |
Steve Ebersole
|
825468ca9b
|
HHH-9908 - Regression in naming collection join tables
(cherry picked from commit 51a8bc7ba3 )
|
2015-08-19 09:46:21 -05:00 |
Gail Badner
|
ed867b2e60
|
HHH-7070 : Put operations in transactions and added cleanup code (test case only)
|
2015-08-18 16:37:43 -07:00 |
Richard Tingstad
|
5adf730c42
|
HHH-7070 Fixed some SybaseASE15Dialect function definitions (dateadd, datediff, datepart, atn2)
(cherry picked from commit 7eebb0f73d )
|
2015-08-18 15:16:21 -07:00 |
amaeda
|
cbf255e4f0
|
HHH-9707 - Nulls first behavior on SQLServer database
(cherry picked from commit 6f37a2ee6b )
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2012Dialect.java
HHH-9707 - Nulls first behavior on SQLServer database
(cherry picked from commit 046426b619 )
Conflicts:
hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2012Dialect.java
|
2015-08-18 14:01:31 -07:00 |
Martin Simka
|
37964f12e4
|
[HHH-9994] Finish mariadb (mysql) database profile - added transaction to EnhancerTest and FlushAndTransactionTest
|
2015-08-18 16:47:43 +01:00 |
Andrea Boriero
|
46232719d1
|
HHH-10036 - Fix identifier is too long exception for test TableGeneratorQuotingTest
|
2015-08-18 15:40:38 +01:00 |
Andrea Boriero
|
97606e8bf0
|
HHH-10036 - Fix identifier is too long exception for test EnhancerTest
|
2015-08-18 15:40:38 +01:00 |
Andrea Boriero
|
a9daa65c12
|
HHH-10036 - Fix identifier is too long exception for test MapKeyCustomEnumTypeTest
|
2015-08-18 15:40:38 +01:00 |
Steve Ebersole
|
266ec761f4
|
HHH-10017 - Bytecode enhancer - consistent handling of persistent attributes (field / property access)
|
2015-08-05 14:16:29 -05:00 |