Sanne Grinovero
47b4298707
HHH-12509 Reduce memory usage of PreparedStatementSpyConnectionProvider
2018-04-26 09:53:18 +01:00
Rodrigo Turini
934100c34f
HHH-12451 - Fixing JDBC and Java Type order for CurrencyType
2018-04-17 12:50:36 +03:00
Rodrigo Turini
029753cc29
HHH-12365 - User Guide: call_key should change to call_timestamp_epoch
2018-04-17 12:32:31 +03:00
Anthony Richir
e16dbaaf17
HHH-12491 - Document the usage of the maven-compiler-plugin for hibernate-jpamodelgen
2018-04-17 11:44:14 +03:00
Andrea Boriero
08748481ed
HHH-12454 - Offer flag to consider id generator with local scope (legacy non JPA behavior)
2018-04-16 09:53:51 -05:00
Vlad Mihalcea
c48bff3681
HHH-12479 - Document the converted:: prefix for HBM type mappings
2018-04-12 16:44:15 +03:00
Jonathan Bregler
5e5d91cea2
HHH-12462 - Use SAP HANA JDBC driver from Maven Central
2018-04-05 15:05:00 +03:00
Vlad Mihalcea
2903551b19
HHH-12419 - Incorrect batch inserts example
2018-03-22 16:15:56 +02:00
asutosh936
6a1f2525f0
HHH-12364 : Removed @MapKeyJoinColumn with name phone_id as its not needed
2018-03-20 17:08:09 +02:00
Roland Illig
b6d5149e08
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix adoc typo in "Using table identifier generator" User Guide section.
2018-03-14 17:48:22 +02:00
Roland Illig
98e78bad06
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix SQL for bidirectional OneToMany The documented SQL didn't match what the test actually produces.
2018-03-14 17:48:22 +02:00
Vlad Mihalcea
9b7d61a729
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix inconsistency between User Guide content and the associatted test case
2018-03-14 17:48:21 +02:00
Roland Illig
09495d4881
HHH-12388 - User Guide and Javadoc typo fixes
...
Fix a/an grammar in code and documentation, and other typos
2018-03-14 17:48:21 +02:00
Kirill Marchuk
6b12e794e9
HHH-12388 - User Guide typo fixes
...
Getting Started guide seems to be consistently using the term "Developer Guide", which is nowhere to be found in the "current" documentation, thus I propose this change.
2018-03-14 17:48:20 +02:00
Vlad Mihalcea
7f70dccc71
HHH-12108 - Fix tests failing on Oracle
2017-11-21 16:47:16 +02:00
Vlad Mihalcea
779dcc4078
Change log file to log.txt because otherwise it's ingored by git
2017-11-20 19:21:09 +02:00
shen dongsheng
0b04430fdd
HHH-12082 - Fix some errors and formatting issues in the User Guide
2017-11-07 13:51:27 +02:00
Vlad Mihalcea
164178330a
HHH-12073 - Change BaseUnitTestCase Logger to protected
2017-11-01 19:04:07 +02:00
Sanne Grinovero
401936f94e
HHH-12055 Revert to using the Javassist version included in WildFly 11
2017-10-24 16:42:49 +01:00
Chris Cranford
4cf7f6e406
HHH-12010 - Improve Envers documentation on computeAggregationInInstanceContext.
2017-10-18 23:35:40 -04:00
marko-bekhta
b51dac6e39
HHH-12026 Setting correct font family for search input in TOC. Fixing a typo
2017-10-16 14:58:29 +03:00
Jonathan Bregler
1fc4ce23ac
HHH-12020 - Add SAP HANA to the list of provided dialects
...
- Update documentation
- Update org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
2017-10-09 13:30:41 +03:00
Chris Cranford
7b04a0238b
HHH-11999 - Correct Envers documentation problems.
2017-09-29 12:52:31 -04:00
Vlad Mihalcea
5e132a46eb
HHH-12006 - Make User Guide sections bookmark-able
2017-09-26 18:37:39 +03:00
Vlad Mihalcea
f9ec55d56b
HHH-9576 - Use JDBC bind variables for handling JPA Criteria query numeric literals
...
Document the new setting in the Configurations chapter
2017-09-26 12:42:13 +03:00
Jonathan Bregler
3aad752b04
Improved Hibernate support for SAP HANA
...
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Vlad Mihalcea
0b046885c5
Fix tests faiiling on Jenkins
2017-09-14 12:39:43 +03:00
Vlad Mihalcea
bd4908449f
HHH-11984 - Add support for navigating between different doc versions
2017-09-14 12:01:37 +03:00
Vlad Mihalcea
0148ede638
HHH-11411 - Two column navigation and search box for documentation
2017-09-13 15:55:36 +03:00
Vlad Mihalcea
c7e5174786
HHH-11884 - wrong class in returnedClass() in UserType example
2017-09-12 14:22:36 +03:00
Vlad Mihalcea
6ba7420740
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Fix typos. Move schema to external extras files.
2017-09-07 17:14:21 +03:00
Vlad Mihalcea
ab98bcbe9b
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migrate code snippets to test cases for Join relations queries with multiple predicates
2017-09-07 15:47:58 +03:00
Vlad Mihalcea
742d8be69c
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migarte code snippets to test cases for Join relations queries
2017-09-06 17:30:16 +03:00
Vlad Mihalcea
886e1bcc30
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Migrate getCrossTypeRevisionChangesReader example to Junit tests
2017-09-05 18:22:12 +03:00
Vlad Mihalcea
c25a859ade
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Move code snippets to actual test cases for queries using modified flags
2017-08-31 17:56:12 +03:00
Vlad Mihalcea
e7c239d57f
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Move code snippets to actual test cases for entity revision queries
2017-08-31 15:44:45 +03:00
Sanne Grinovero
67ccdae0f5
HHH-11950 Target WildFly 11 for produced hibernate-orm-modules
2017-08-29 13:44:55 +03:00
Gail Badner
407360d957
HHH-11935 : Log a warning and update documentation that enabling "empty" composites is an experimental feature
2017-08-17 21:44:17 -07:00
Vlad Mihalcea
12616d44e2
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Refactor section about queries
2017-08-17 17:04:52 +03:00
Vlad Mihalcea
742df1f3fa
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example for property-based changes
2017-07-31 16:32:48 +03:00
Vlad Mihalcea
28758f7d53
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Extend the Revision log example with actual test cases and SQL statement snippets
2017-07-31 13:30:52 +03:00
Vlad Mihalcea
e56ecc24ff
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Provide two examples for the entity type change revision tracking
2017-07-28 09:43:30 +03:00
Vlad Mihalcea
fa81aafb28
HHH-11891 - Clarify documentation about Hibernate support for basic array types
...
Apply Steve suggestions
2017-07-28 08:22:35 +03:00
Vlad Mihalcea
f0ccd7126a
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Refactor the Revision log example with actual test cases
2017-07-27 16:08:49 +03:00
Vlad Mihalcea
582bd94530
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example to demonstrate the audit log query difference for ValidityAuditStrategy
2017-07-27 11:26:57 +03:00
Vlad Mihalcea
871722dc08
HHH-11891 - Clarify documentation about Hibernate support for basic array types
2017-07-27 09:56:40 +03:00
Vlad Mihalcea
a260006d76
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add example to configure the ValidityAuditStrategy
2017-07-26 17:39:03 +03:00
Vlad Mihalcea
7c5213171b
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
...
Add examples about reading revisions and reconstructing entity state
2017-07-25 16:17:37 +03:00
Vlad Mihalcea
d671fe1391
HHH-11890 - Remove old docbook folder from the documentation module
2017-07-25 11:54:01 +03:00
Vlad Mihalcea
ba2e273e9e
HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
2017-07-24 17:41:45 +03:00