Steve Ebersole
|
9128b84b54
|
HHH-9481 - SQL query clears all cache
|
2015-11-04 21:43:52 -06:00 |
Steve Ebersole
|
dd4f809d20
|
HHH-6672 - Remove UNION support from 5.x grammars
|
2015-11-04 21:18:28 -06:00 |
Steve Ebersole
|
22ffaea0c3
|
HHH-10248 - map removed TransactionFactory classes
|
2015-11-04 20:55:52 -06:00 |
Steve Ebersole
|
1a2bdd09e8
|
HHH-8775 - Exception when mapping a class more than once - applying tests from https://github.com/hibernate/hibernate-orm/pull/677 + fix
|
2015-11-04 20:32:46 -06:00 |
Steve Ebersole
|
eadb0fec8f
|
HHH-10203 - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport
|
2015-11-04 16:16:11 -06:00 |
Steve Ebersole
|
4218f365e5
|
HHH-9794 - Replace string with preceding comma is not replacing string as required
|
2015-11-04 16:10:39 -06:00 |
Steve Ebersole
|
30d7c800bd
|
HHH-9195 - Adding an entity at a given index in a list annotated with OrderColumn adds the entity at the end
|
2015-11-04 13:03:12 -06:00 |
Radim Vansa
|
71e13cdf25
|
HHH-10185 In nonstrict-read-write mode the remove may be not applied
|
2015-11-04 12:10:11 +01:00 |
Gail Badner
|
c835cf11ec
|
HHH-10202 : Delay resolving TypeScopeImpl#factory after deserialization until resolveFactory() is called.
|
2015-11-03 16:42:43 -08:00 |
Steve Ebersole
|
e59781487a
|
HHH-9195 - Adding an entity at a given index in a list annotated with OrderColumn adds the entity at the end
|
2015-11-03 17:11:23 -06:00 |
Radim Vansa
|
43345754f5
|
HHH-10163 QueryResultsRegion is not invalidated from evictAll()
|
2015-11-02 09:37:01 +01:00 |
cranforc
|
c65cb7e850
|
HHH-8435 @Lob/@Nationalized results in NCLOB in MSSQL2005 rather than NVARCHAR(MAX)
HHH-8435 @Lob/@Nationalized results in NCLOB in MSSQL2005 rather than
NVARCHAR(MAX)
|
2015-10-30 13:05:36 -05:00 |
Holger
|
6ace838d61
|
HHH-10181: CacheableFileXmlSource.doBind uses obsolete .bin file
|
2015-10-30 13:00:46 -05:00 |
Steve Ebersole
|
eb2f33328d
|
HHH-9160 - javax.persistence.Query#getParameterValue(String) returns the ParameterRegistration not the parameter value
|
2015-10-30 12:55:16 -05:00 |
Gail Badner
|
71f4f3272a
|
HHH-9979 : Add tests using bean validation, and PRE_INSERT and POST_INSERT event listeners
|
2015-10-29 16:39:16 -07:00 |
Steve Ebersole
|
287a516760
|
HHH-9230 - NullPointer when combining JPQL query with in clause and @NamedEntityGraph
|
2015-10-29 09:52:53 -05:00 |
Steve Ebersole
|
9390062abc
|
HHH-10222 - AttributeConverter not applied to @ElementCollection
|
2015-10-28 23:05:35 -05:00 |
Steve Ebersole
|
2db30fd455
|
HHH-10222 - AttributeConverter not applied to @ElementCollection
|
2015-10-28 22:54:04 -05:00 |
michal
|
2a99b256b8
|
HHH-10222 - AttributeConverter not applied to @ElementCollection
|
2015-10-28 22:50:34 -05:00 |
Janario Oliveira
|
41879f6d1a
|
HHH-5948 - Trying to get a PluralAttributePath from a @MappedSuperclass throws org.hibernate.MappingException: Unknown collection role - Changed to read path from entity (not mappedclass) as defined in CollectionBinder.bind()
|
2015-10-28 21:56:14 -05:00 |
Steve Ebersole
|
bf41b43c16
|
HHH-8712 - Hibernate startup error "HHH015011: Unable to locate static metamodel field"
|
2015-10-28 21:26:48 -05:00 |
Steve Ebersole
|
dbb84be810
|
HHH-8712 - Hibernate startup error "HHH015011: Unable to locate static metamodel field"
|
2015-10-28 20:44:05 -05:00 |
Hardy Ferentschik
|
25d8a66ac7
|
HHH-6475 - Metamodel check fails when subclasses are used
|
2015-10-28 13:26:06 -05:00 |
Steve Ebersole
|
e6c1f511a3
|
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
|
2015-10-27 23:22:42 -05:00 |
Steve Ebersole
|
246e98c5af
|
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
|
2015-10-27 21:55:14 -05:00 |
Steve Ebersole
|
82c5e0ae26
|
HHH-1400 - formula-based property leads to generation of invalid SQL with subselect fetches
|
2015-10-27 21:40:25 -05:00 |
Andrea Boriero
|
fa4e1a04ed
|
HHH-10169 - Fix Hibernate ignores foreign-key name in hbm <joined-subclass>
|
2015-10-27 17:25:39 +00:00 |
Andrea Boriero
|
b315c0b949
|
HHH-10169 - Add test for issue
|
2015-10-27 17:22:20 +00:00 |
Steve Ebersole
|
3b2157be45
|
HHH-10166 - Sequence generator creates duplicate keys
|
2015-10-27 06:05:03 -05:00 |
Steve Ebersole
|
57c5d06f0e
|
HHH-10203 - Overriden UniqueDelegate.getTableCreationUniqueConstraintsFragment not called anymore in SchemaExport
|
2015-10-26 21:07:08 -05:00 |
Steve Ebersole
|
e71627ab00
|
HHH-10206 - Primary key not created for a Set after loading from XML mapping file
|
2015-10-26 20:19:14 -05:00 |
Steve Ebersole
|
c07e93bfb1
|
HHH-10207 - Constraint name not considered for a Set while loading from XML mapping file
|
2015-10-26 19:44:15 -05:00 |
Steve Ebersole
|
53dfed4496
|
HHH-9897 - @OneToMany association with @JoinFormula throws NPE
|
2015-10-26 19:25:18 -05:00 |
Steve Ebersole
|
be40ccf9cc
|
HHH-9784 - Scroll method does not support provided HQLQueryPlan
|
2015-10-26 18:59:27 -05:00 |
reda-alaoui
|
09127bf1c3
|
HHH-9784 Scroll method does not support provided HQLQueryPlan
|
2015-10-26 18:53:46 -05:00 |
Réda Housni Alaoui
|
1677e0662b
|
HHH-9374 EntityGraph applied to subquery when using collection function
|
2015-10-26 17:43:45 -05:00 |
drepshas
|
ac616ccbfa
|
HHH-10087 allow locks to be prepended to SQL
This allows locking code to work for the Teradata database
|
2015-10-26 17:18:38 -05:00 |
Jan Martiska
|
1fa78f9658
|
[HHH-10188] "stored" is a reserved keyword
|
2015-10-26 17:15:53 -05:00 |
Jan Martiska
|
06311d32a1
|
HHH-10195 fix QueryHintSQLServer2012Test
|
2015-10-26 17:11:24 -05:00 |
Jan Martiska
|
6ff0abf682
|
HHH-10196 DefaultGeneratedValueTest fails on MySQL
fix
|
2015-10-26 17:05:19 -05:00 |
Steve Ebersole
|
56fae44589
|
HHH-10217 - ModelBinder fails to bind version property when generated="always"
|
2015-10-26 17:00:06 -05:00 |
Steve Ebersole
|
8bcf66631d
|
HHH-10208 - Index not considered while loading from XML mapping file
|
2015-10-26 13:14:44 -05:00 |
Andrea Boriero
|
83a477a0d1
|
HHH-10180 - Fix hbm2ddl tools cannot generate create/update script not modifying the database
|
2015-10-26 14:27:09 +00:00 |
Andrea Boriero
|
e71b32fe91
|
HHH-10180 - Add test for issue
|
2015-10-26 14:18:42 +00:00 |
Andrea Boriero
|
d44cb40c34
|
HHH-10197 - Fix SchemaManagementException when performing SchemaUpdate
|
2015-10-16 13:21:13 +01:00 |
Andrea Boriero
|
dc902bb0a3
|
HHH-10197 - Add test
|
2015-10-16 08:36:19 +01:00 |
Andrea Boriero
|
d74ec8ec6b
|
HHH-10174 - Fix Incorrect splitting of string using dot as separator, dot is not escaped
|
2015-10-15 12:49:09 +01:00 |
Andrea Boriero
|
e485ef74a6
|
HHH-10174 - Add test for issue
|
2015-10-15 12:49:09 +01:00 |
Andrea Boriero
|
65c7cfaefb
|
HHH-10104 - Fix HHH-10104 Using JPA 2.1 schema generation together with hbm2ddl runs into deadlock with MySQL
|
2015-10-15 10:19:57 +01:00 |
Andrea Boriero
|
0e93d0050c
|
HHH-10104 - Add Test
|
2015-10-15 10:19:57 +01:00 |