Commit Graph

801 Commits

Author SHA1 Message Date
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
Vlad Mihalcea 2eca52a316 HHH-11151 - Update Getting Started guide to Hibernate 5.2 2016-10-04 11:38:09 +03:00
Vlad Mihalcea 88bc2db28a HHH-11142 - Document supported use/implications of @Cache / @Cacheable 2016-10-03 15:19:31 +03:00
Andrea Boriero de3153a8e1 HHH-11023 - Startup performance regression : schema update/validate 2016-09-28 19:12:46 +01:00
Vlad Mihalcea cd41d71b06 HHH-11132 - Add a Performance Tuning and Best Practices chapter
Add more details related to associations and fix typos
2016-09-28 15:04:54 +03:00
Vlad Mihalcea a705b48c41 HHH-11132 - Add a Performance Tuning and Best Practices chapter 2016-09-28 12:37:57 +03:00
Steve Ebersole e3bee9eede enable build scans;
removed bad project dependency on hibernate-gradle-plugin in documentation
2016-09-26 17:33:20 -05:00
Vlad Mihalcea dda90ef3d0 HHH-11108 - Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as expected
Roll back changes since we already have the JpaRuntimeEnhancementTest to prove this works and it does not use build-time enhancement
2016-09-22 12:40:22 +03:00
Vlad Mihalcea cc21eeb1af Skip test failing on Java 1.9 using Gradle 2016-09-20 20:01:13 +03:00
Vlad Mihalcea bd8c3c226d Disable bytecode enhancement for documentation module as well as the test that makes use of this feature if the JDK version is 1.9 2016-09-20 18:23:45 +03:00
Vlad Mihalcea 2b30cabf2f HHH-11116 - Improve the JPA bootstrapping section in the User Guide 2016-09-20 16:57:33 +03:00
Vlad Mihalcea 55e175ce31 HHH-11108 - Add test to prove that @Basic( fetch = FetchType.LAZY ) really works as expected 2016-09-15 14:42:06 +03:00
Jaikiran Pai 7247f05a21 HHH-10972 Use UTF-8 charset for reading file content of scripts that are used for initializing databases 2016-09-15 11:52:41 +03:00
Vlad Mihalcea 62e499538c HHH-10399 - Add support for specifying TimeZone for ZonedDateTime type
Add documentation and supply more tests
2016-09-13 13:35:01 +03:00
Vlad Mihalcea 310139dbdc HHH-11070 - Add the full Hibernate ORM version to the User Guide title 2016-08-30 10:05:15 +03:00
Vlad Mihalcea d88bf908da HHH-11069 - Improve documentation regarding GenerationType.AUTO
Explain the two IdGeneratorStrategyInterpreter implementations and their relation to how AUTO resolves to an actual identifier strategy
2016-08-29 17:29:41 +03:00
Gail Badner b3d2c0fc90 HHH-11059 : Improve documentation for JTA configuration in user guide 2016-08-22 19:11:45 -07:00
Vlad Mihalcea 47c171f687 HHH-10523 - 2.3.20. SQL quoted identifiers in User Guide should discuss explicit enclosure in double-quotes (JPA) 2016-08-10 11:02:59 +03:00
Vlad Mihalcea b6ac8ec1be HHH-11027 - Document the PASS_DISTINCT_THROUGH Query Hint 2016-08-08 13:18:52 +03:00
Steve Ebersole 1378708088 HHH-11019 - Extend DelayedPostInsertIdentifier support to include checks for FlushMode (EXTENDED PC) - support for testing inside WildFly leveraging Arquilian and hibernate-orm-modules 2016-08-05 10:09:35 -05:00
Vlad Mihalcea 7d14223531 HHH-11017 - Migrate Integration Guide to AsciiDoctor 2016-08-03 13:49:02 +03:00
Vlad Mihalcea e3bd5a56d2 HHH-11013 - The release task creates two documentation folders for UserGuide 2016-08-01 11:14:02 +03:00
Steve Ebersole 10def48f48 HHH-10896 - Exception thrown when dropping schema with a managed connection 2016-07-30 07:55:38 -05:00
Vlad Mihalcea e52dab922c HHH-11002 - Add documentation section about Filter and FilterDef 2016-07-28 15:20:59 +03:00
Dmytro Bondar fa00cb3f41 HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl 2016-07-21 16:19:49 +03:00
Vlad Mihalcea 2dcb75e2a5 HHH-10971 - Document flush operation order 2016-07-19 18:00:29 +03:00