Vlad Mihalcea
5d1608717e
HHH-10566 - linking to specific 'stable' doc urls from versioned docs
2016-02-29 14:22:34 +02:00
Steve Ebersole
6d208331a9
HHH-10455 - MapJoin results in NPE when using key()
2016-02-27 13:47:29 -06:00
barreiro
c5104601e1
HHH-10554 - Fix NPE in dirty tracking generated code of bytecode enhanced @Embeddable entities
2016-02-26 11:49:54 -06:00
Steve Ebersole
a69b485d1b
HHH-10564 - EntityManager.find() broken for MySQL and UUID
2016-02-26 11:48:52 -06:00
Andrea Boriero
d65445194d
HHH-10533 - Fix ORM tries to create a unique constraint on a non existing table
2016-02-26 12:41:14 +00:00
Andrea Boriero
dc07f44629
HHH-10553 - add test for issue
2016-02-26 12:41:13 +00:00
Gail Badner
bdfe38b0c6
HHH-10567 : Wrong table for formula if its property is mapped on a secondary table
2016-02-25 19:48:53 -08:00
Vlad Mihalcea
19e035c788
Add Hibernate Spatial User Guide chapter
2016-02-25 10:48:45 +02:00
Steve Ebersole
f076b5823c
HHH-10499 - Can't set ConnectionProvider instance, regression
2016-02-24 22:05:49 -06:00
Steve Ebersole
7d4ab7d53b
HHH-10505 - jboss logging only auto detects slf4j if it is using logback
2016-02-24 21:15:17 -06:00
Vlad Mihalcea
ab4c9258af
HHH-10552 - Gradle plugin section of Bytecode Enhancement should specify how to apply the plugin
2016-02-23 16:27:41 +02:00
Steve Ebersole
020ca4aa39
HHH-7405 - BatchBuilder service does not properly define JMX MBean
2016-02-23 07:09:17 -06:00
Vlad Mihalcea
8eae88d6a4
Update custom CRUD in the User Guide Native chapter
2016-02-23 13:14:39 +02:00
Steve Ebersole
a5cbe326d6
HHH-9485 - Duplicate Property with AccessType.PROPERTY and MappedSuperclass
2016-02-22 16:36:05 -06:00
Karel Maesen
8d2de0beaa
HHH-7132 - Oracle Spatial Dialect locates ConnectionFinder using Registry
2016-02-20 17:58:41 +01:00
Andrea Boriero
be425d2308
HHH-10544 - Fix MySQL failing tests
2016-02-18 15:53:41 +00:00
Vlad Mihalcea
6b79bde099
Add support for matrix testing for User Guide examples
2016-02-18 11:16:46 +02:00
Guillaume Smet
d0a036c536
HHH-10538 Fix the javadoc of TableInformation.getIndex(Identifier indexName)
2016-02-17 15:36:01 +01:00
Vlad Mihalcea
af083e92ce
Update stored procedures User Guide chapter
2016-02-16 17:58:33 +02:00
Steve Ebersole
0fccf6b7bd
HHH-10528 - use_nationalized_character_data global property is ignored
2016-02-16 09:35:54 -06:00
Andrea Boriero
409c5424a0
HHH-10529 - Fix SQLServer2008Dialect generate incorrect length of nvarchar
2016-02-15 14:45:53 +00:00
Andrea Boriero
d4772107f0
HHH-10529 - Add test for issue
2016-02-15 14:45:25 +00:00
Andrea Boriero
31cda52178
Fix Documentation typos
2016-02-13 18:46:50 +00:00
Cash Costello
85e9f8b206
added missing back quote
2016-02-12 17:35:23 +02:00
Cash Costello
5e6d751bbf
fixed formatting - was mix of spaces and tabs
2016-02-12 17:30:15 +02:00
Andrea Boriero
e09a9f9aca
HHH-10521 - Fix Java 6 not compliant tests
2016-02-12 14:42:51 +00:00
Steve Ebersole
81b1baa8c4
HHH-10520 - Update doc publishing
2016-02-11 15:59:13 -06:00
Steve Ebersole
b4165d9530
HHH-10512 - Fix symlink handling for documentation tasks
2016-02-11 13:40:10 -06:00
Steve Ebersole
20daa2db61
5.1.0 release (prep)
2016-02-10 12:15:08 -06:00
Steve Ebersole
a909e76951
5.1.0 release (prep)
2016-02-10 11:20:33 -06:00
Radim Vansa
aaf13cd123
HHH-9993 IsolationDelegate: add method to execute code without obtaining a connection
2016-02-10 10:57:53 -06:00
Vlad Mihalcea
2167b442a4
Migrate User Guide Native chapter extras to test folder up to stored procedures
2016-02-10 18:07:48 +02:00
Gail Badner
b5a86ea45c
HHH-5855 : checkstyle corrections
2016-02-10 00:10:52 -08:00
Gail Badner
efa72a8333
HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection
2016-02-09 23:33:50 -08:00
Steve Ebersole
6d08b3526c
5.1 migration guide
2016-02-09 22:44:05 -06:00
Steve Ebersole
177bbfe5e3
HHH-10345 - HHH-3422 still a problem with oracle
2016-02-09 22:35:12 -06:00
Steve Ebersole
13bbddfd30
HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database
2016-02-09 16:08:59 -06:00
Andrea Boriero
19d86c3d65
HHH-10484 - MySQLDialect override Dialect#isJdbcLogWarningsEnabledByDefault() to return false
2016-02-09 21:33:54 +00:00
Andrea Boriero
624ddc620b
HHH-10484 - Add Dialect#isJdbcLogWarningsEnabledByDefault() method, the return value is true
2016-02-09 21:33:54 +00:00
Andrea Boriero
1a1523db44
HHH-10484 - Add hibernate.jdbc.log.warnings configuration property
2016-02-09 21:33:54 +00:00
Steve Ebersole
e01e9b52fb
HHH-3555 - more checkstyle cleanup
2016-02-09 15:21:06 -06:00
Gail Badner
b1fef6c70b
HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean
2016-02-09 12:52:02 -08:00
Steve Ebersole
c783aab919
HHH-3555 - Extend the Envers query system with the ability to traverse associations
2016-02-09 14:31:23 -06:00
Felix Feisst
83f060bea7
HHH-3555 - Extendend Envers Criteria API to express relation traversion
...
(traverseRelation) with different Join Types. Implementation is done for
inner joins and will be extended to support further join types in future
commits.
2016-02-09 14:15:17 -06:00
Steve Ebersole
0a2a709f9e
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
...
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Steve Ebersole
17de173cb5
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
...
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Andrea Boriero
eea9a943b3
HHH-10507 - Hibernate core test removing usage of Java 8 methods
2016-02-09 17:00:27 +00:00
Andrea Boriero
57b32543ed
HHH-7973 - Fix String literals in an HQL query can get mangled
2016-02-09 15:27:54 +00:00
Andrea Boriero
9c75e79bc9
HHH-7973 - Add test for issue
2016-02-09 15:27:29 +00:00
Vlad Mihalcea
500d74c35d
Corrections to the Criteria chapter and add a multi-from example
2016-02-09 10:13:00 +02:00