1026 Commits

Author SHA1 Message Date
Fábio Ueno
380642bc79 HHH-11388 - Fix documentation typos 2017-01-12 12:19:40 +02:00
Fábio Ueno
f87f1d5b79 Added missing backtick 2017-01-11 11:53:51 -05:00
Fábio Ueno
65ab56a827 Added missing double greater than signs 2017-01-11 11:53:51 -05:00
Fábio Ueno
9a62e55a4d Added missing backtick 2017-01-11 11:53:51 -05:00
Vlad Mihalcea
0bd7b8eac1 HHH-4959 - Concurrent HQL parsing blocks on ReflectHelper.classForName()
Exclude JPQL and Criteria API aliases when searching for a Java constant value
2016-12-14 10:05:30 +02:00
opporancisis
d5538fc63b HHH-11317 - Several typos and style fixes in documentation 2016-12-07 12:57:23 +02:00
Vlad Mihalcea
ab9016306b HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @LazyCollection
2016-12-05 17:30:28 +02:00
Vlad Mihalcea
2f2debb130 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @JoinColumnOrFormula
2016-12-02 15:53:27 +02:00
Vlad Mihalcea
c83efda49b HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @JoinFormula
2016-12-02 13:29:34 +02:00
Vlad Mihalcea
37b2ffc560 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @GenericGenerator
2016-11-30 17:47:46 +02:00
Vlad Mihalcea
8009af3f9b HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @GeneratorType
2016-11-30 13:02:41 +02:00
Vlad Mihalcea
6a69f10f46 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @Generated
2016-11-29 18:15:12 +02:00
Vlad Mihalcea
8f3d58601d HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @FilterJoinTable
2016-11-25 15:50:02 +02:00
Chris Cranford
aa3f913857 HHH-11194 - Add setting to allow enabling legacy 4.x LimitHandler behavior (removed delegation).
Fix broken test on SQL Server and propagate the legacy behavior even when we extend the SQL Server of the Ingres base Dialects
2016-11-24 10:49:45 +02:00
Gail Badner
60d420b011 HHH-11083 : clarify that hibernate.cache.keys_factory is only supported when using Infinispan 2016-11-22 22:31:26 -08:00
Radim Vansa
6d8f93c103 Document hibernate.cache.keys_factory 2016-11-22 22:00:44 -08:00
Vlad Mihalcea
cc1730fb01 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @Fetch along with SELECT, SUBSELECT, and JOIN FetchMode
2016-11-18 16:50:59 +02:00
Rafael Winterhalter
ba3359fe62 HHH-11152: Added BytecodeProvider based on Byte Buddy 2016-11-16 13:18:46 -06:00
Vlad Mihalcea
4960da8471 HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @DynamicInsert
- @DynamicUpdate
- OptimisticLockType
- @SelectBeforeUpdate
2016-11-16 18:02:16 +02:00
Vlad Mihalcea
a2c58aab2c HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @ColumnDefault
- @CreationTimestamp
2016-11-15 18:35:33 +02:00
Vlad Mihalcea
6a6e0f2f6d HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @CollectionType
2016-11-14 13:36:24 +02:00
Vlad Mihalcea
78f8619a7d HHH-11186 - Add examples for all Hibernate annotations
Document more annotations:

- @BatchSize
- @Check
2016-11-11 11:41:43 +02:00
Vlad Mihalcea
672d8fe4ab HHH-10127 - Allow indication that converted types are immutable 2016-11-10 12:31:36 +02:00
Vlad Mihalcea
66e1ee3851 HHH-11206 - Document all configurations that are not present in AvailableSettings 2016-11-07 16:26:44 +02:00
Vlad Mihalcea
b828db2261 HHH-3674 - Expose SchemaUpdate#haltOnError as a configuration property 2016-11-03 18:22:31 +02:00
Vlad Mihalcea
144e34e249 HHH-2705 - optimistic-lock = "dirty" does not support detached objects 2016-11-03 14:28:57 +02:00
Vlad Mihalcea
02f46cb61f HHH-4465 - Document @Entity.name != Hibernate entity name 2016-11-02 17:46:18 +02:00
Vlad Mihalcea
dd4046e3a6 HHH-11221 - Add more authors to the User Guide header 2016-11-02 12:55:16 +02:00
Vlad Mihalcea
531ff6e944 HHH-11034 - Query.stream() Javadoc should specify whether the resulting Stream contains resources 2016-11-02 12:25:30 +02:00
Vlad Mihalcea
c0ddfbb3df HHH-9816 - Document exclude-unlisted-classes and hibernate.archive.autodetection in the manual 2016-11-01 16:29:32 +02:00
Vlad Mihalcea
5629457aa8 HHH-2643 - Improve Session.refresh() Javdoc to clarify contract
Instead of writing it in the JavaDocs, it's much more appropriate to document this behavior in the User Guide
2016-10-31 13:54:30 +02:00
Vlad Mihalcea
d126faa7d9 HHH-2123 - clarification on the way interceptors and event system interact. 2016-10-31 12:48:03 +02:00
Vlad Mihalcea
bed3d62f4d HHH-7424 - document HHH-2576 2016-10-28 09:51:50 +03:00
Vlad Mihalcea
c1e209a6a7 HHH-11171 - Java 8 time types fail Externalization
Restrict test execution to H2 only since it uses a DB-specific syntax
2016-10-26 16:00:39 +03:00
Vlad Mihalcea
e469a99c30 HHH-9216 - Add documentation about merging multiple detached representations of the same entity 2016-10-26 14:24:27 +03:00
Andrea Boriero
bf2bc323f6 HHH-11188 - SessionImpl.refresh() throws IllegalArgumentException, 'Entity not managed' for detached instances when JPA bootstrapped 2016-10-26 11:15:31 +03:00
Vlad Mihalcea
8bd6cf6f6b HHH-11174 - Document that XML file mappings can reside outside of JAR 2016-10-25 17:41:57 +03:00
Christian Beikov
4ec71e2621 Add documentation about the property 2016-10-21 13:44:08 -05:00
Vlad Mihalcea
d02b95a572 HHH-11189 - Remove all links to external blog posts from User Guide 2016-10-21 06:53:54 +03:00
Yordan Gigov
3b196fb2e1 HHH-11171 - Java 8 time types fail Externalization 2016-10-20 16:20:34 +03:00
Vlad Mihalcea
2ecfd488b7 HHH-7010 - Document mapping annotations
List and describe all JPA and Hibernate.annotations
2016-10-20 14:03:54 +03:00
Vlad Mihalcea
2ff3fa16b1 HHH-11175 - Remove the Cartesian Product note from JOINED inheritance 2016-10-13 18:00:13 +03:00
Vlad Mihalcea
95ac619bce HHH-11066 - Documentation regarding the reason @Filter is not supported with @Cache for collections 2016-10-13 14:34:35 +03:00
Vlad Mihalcea
fc1a49b13b HHH-5037 - Improve documentation for immutable/read-only entity and immutable collection functionality 2016-10-12 16:38:34 +03:00
Vlad Mihalcea
814ea97b85 HHH-11127 - Confused batch processing doc example 2016-10-10 12:15:58 +03:00
Sanne Grinovero
4dbef2fdf0 HHH-5152 typo in previous commit related to this issue 2016-10-07 14:38:47 +01:00
Vlad Mihalcea
5ea187f035 HHH-3771 - Best practice for equals implementation 2016-10-06 15:14:09 +03:00
Vlad Mihalcea
0ba1d69d18 HHH-5152 - Update Configuration chapter (chapter 3) to reflect Hibernate Annotations 2016-10-06 14:53:00 +03:00
Vlad Mihalcea
66f5fd301c HHH-8512 - Hibernate documentation is not clear what Java/JDBC version is required
Add system requirements in the Preface of the User Guide
2016-10-06 12:03:12 +03:00
Vlad Mihalcea
705493d9e8 HHH-10243 - document package registration for Hibernate 5 2016-10-05 17:23:19 +03:00