Commit Graph

834 Commits

Author SHA1 Message Date
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
Vlad Mihalcea 9b0e7e1c1a HHH-10966 - Document @DiscriminatorValue NULL and NOT_NULL options 2016-07-18 17:20:35 +03:00
Vlad Mihalcea f5e10c29eb HHH-10907 - Fix connection leak problem in hibernate-core tests 2016-07-14 13:55:30 +03:00
Brett Meyer da4f5e1a57 HHH-10947 Add @Repeatable to Hibernate-owned annotations 2016-07-11 15:33:35 -04:00
Vlad Mihalcea 825ab02723 HHH-10945 - Move TransactionUtil from documentation to hibernate-testing 2016-07-11 16:58:06 +03:00
Steve Ebersole 6cc9f6242a HHH-10899 - Provide module ZIP file for upgrading WildFly to latest Hibernate 2016-06-29 15:49:50 -05:00
Gunnar Morling 94389ee6b4 HHH-10812 Addressing review remarks 2016-06-29 15:49:50 -05:00
Gunnar Morling 62b5cf6eac HHH-10812 Adding documentation 2016-06-29 15:49:50 -05:00
Andrea Boriero a8bcedecbf HHH-10877 - Fix Introduce a configuration option to allow out of transaction updates 2016-06-29 14:55:56 +02:00
Andrea Boriero 1dc2fe1789 HHH-10837 - Updated documentation 2016-06-28 15:52:12 +02:00
Vlad Mihalcea de584076ec Document 5.2.1 follow-on-locking changes 2016-06-23 17:49:25 +03:00
Vlad Mihalcea 9ac93156a0 Update the Locking documentation
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior
2016-06-23 16:01:07 +03:00
Vlad Mihalcea 69ee03a79c HHH-10826 Auxiliary Database Object no longer documented
HHH-10334 @Formula annotation javadoc contains database dependent sample usage

Created a new section related to automatic schema generation
2016-06-20 13:26:34 +03:00
Steve Ebersole 3040030bd8 HHH-10864 - Allow ORM to be built with Java 9 2016-06-17 19:15:08 -05:00
Vlad Mihalcea 757f51d298 Update Query#stream documentation to match the single type matching logic 2016-06-15 12:30:00 +03:00
Chris Cranford e2343f873a HHH-10824 - Fix query stream API to support returning R rather than Object[] when selecting one type. 2016-06-14 10:51:08 -05:00
Chris Cranford 61e767c4bf HHH-9128 - Correct documentation regarding EnversHibernateToolTask. 2016-06-13 17:20:33 -05:00
Vlad Mihalcea 4d9cd0a32d HHH-10808 - Update documentation according to 5.2 changes
Document Session-level JDBC batch size setting and add a new example for fetching a projection using Query.stream
2016-06-08 11:40:52 +03:00
Vlad Mihalcea 4d02a61999 HHH-10361 - Child module osgi does not exist in hibernate-tutorials 2016-06-07 17:15:18 +03:00
Vlad Mihalcea 5963183c4a HHH-10808 - Update documentation according to 5.2 changes 2016-06-07 16:14:34 +03:00
Louis Jacomet cab099c59a HHH-10770 JCache provider documentation 2016-05-31 23:55:23 -05:00
Vlad Kuznetsov bf9b3f524d HHH-6781 - Class level @Where annotation is not enforced on collections of that class 2016-05-26 16:23:34 +03:00
Vlad Mihalcea 0834ab6b1d HHH-10052 - documentation about hashCode and equals not up to date 2016-05-25 13:00:33 +03:00
Chris Cranford 6be82328b5 HHH-10762 - Document relation traversal api. 2016-05-23 20:13:58 -05:00
Vincent Ricard c947187748 HHH-10765 Some links in the user guide are broken
HHH-10522 Invalid reference to naming chapter in user guide
HHH-10524 Invalid reference wrt composite identifiers
HHH-10525 Invalid reference to bytecode enhancement in User Guide
2016-05-23 18:03:11 +03:00
Vincent Ricard 13b278b663 HHH-10535 Documentation: hibernate.order_updates configuration property 2016-05-22 18:15:18 +02:00
Vlad Mihalcea b9f99b5bca Fix layout issue in documentation due to improper use of spacing for preformatted text 2016-05-18 10:06:25 +03:00
Vlad Mihalcea 231484662b HHH-10689 - Fix tests failing when switching to Oracle 2016-05-17 17:44:32 +03:00
Vlad Mihalcea 25c75eed6f HHH-10691 - Fix tests failing when switching to PostgreSQL
HHH-10696 - Add a new CatalogFilterTest
2016-05-13 15:26:47 +01:00
Chris Cranford dc44ef9378 HHH-8070 - Updated documentation to reflect the 'in' operator usage. 2016-05-12 11:00:14 -05:00
Naros 5331b32a60 HHH-10688 - Update user guide and migration document regarding envers deprecated settings. 2016-05-06 20:40:33 -05:00
Steve Ebersole 89e63ebc4f HHH-10664 - Prep 5.2 feature branch 2016-05-06 13:38:48 -05:00
Andrea Boriero 9ae57a6f7a remove hibernate-entitymanager project 2016-05-06 13:13:29 -05:00
Steve Ebersole f826b7d5e8 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (test fixup) 2016-05-06 13:12:38 -05:00
Steve Ebersole 9ecb2a3deb HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole b67b5866ac HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole 8a746b98a7 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (stored procedure queries) 2016-05-06 13:12:36 -05:00
Steve Ebersole 76bac3268a HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (continued fixing of hibernate-core test failures) 2016-05-06 13:12:33 -05:00
Steve Ebersole 87e3f0fd28 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (first sucessful full compile of consolidated hibernate-core) 2016-05-06 13:12:32 -05:00
Karel Maesen 5c8c794553 Updates Spatial Documentation 2016-04-19 08:38:47 +03:00
Vlad Mihalcea 9570f110a1 User Guide grammatical corrections 2016-03-31 15:33:15 +03:00
Vlad Mihalcea da5aae74e6 Add JPA-related configuration properties in the new User Guide 2016-03-31 12:23:08 +03:00
Vlad Mihalcea 849c4d21f6 Document available Hibernate configurations 2016-03-30 17:52:56 +03:00
Vlad Mihalcea 9608b3904a Apply the database configuration testing to the documentation module 2016-03-22 15:16:21 +02:00
Vlad Mihalcea 68af365916 Convert basic chapter examples to unit tests for quoting, column transformers, and @Any mappings 2016-03-09 12:50:12 +02:00
Vlad Mihalcea 22f620ced5 HCANN-63 - Property name beginning with at least two uppercase characters has odd functionality in HQL 2016-03-07 14:48:12 +02:00
Steve Ebersole 54a763809d HHH-10585 - Fix discussion in "Roots" section of criteria query chapter 2016-03-03 18:15:04 -06:00
Vlad Mihalcea b44af7cf16 Migrate Date/Time and AttributeConverter User Guide examples to unit tests 2016-03-03 18:07:22 +02:00
Vlad Mihalcea e99b60cbb6 Migrate Enums, Clob, Blob, and Nationalized User Guide examples to unit tests 2016-03-03 16:48:34 +02:00
Vlad Mihalcea bdf8fb48b4 Remove scroll from admonition blocks 2016-03-02 16:58:10 +02:00
Vlad Mihalcea 10cfd7caa8 Break hibernate.css in three distinct parts, fix the blurry-effect and the recurring sub-section chained-image header 2016-03-02 16:49:49 +02:00
Vlad Mihalcea 360d0abae8 Fix User Guide images that were missing after moving CSS files into css folder 2016-03-02 15:16:13 +02:00
Vlad Mihalcea 28199a8e66 DESIGN-737 - Asciidoctor styling for Hibernate outputs. 2016-03-02 14:40:27 +02:00
Vlad Mihalcea 2abcab0501 Migrate BasicType and UserType User Guide examples to unit tests 2016-03-02 14:38:24 +02:00
Vlad Mihalcea 38a6f08897 HHH-10573 - Add discussion of @ValueGenerationType to UserGuide 2016-03-01 11:26:10 +02:00
Vlad Mihalcea 8f24d0458b Fix broken Multitenancy test 2016-03-01 07:23:36 +02:00
Vlad Mihalcea eb6faaa55c Review Multitenancy User Guide chapter and migrate all examples to unit tests 2016-03-01 07:17:10 +02:00
Vlad Mihalcea 5d1608717e HHH-10566 - linking to specific 'stable' doc urls from versioned docs 2016-02-29 14:22:34 +02:00
Vlad Mihalcea 19e035c788 Add Hibernate Spatial User Guide chapter 2016-02-25 10:48:45 +02: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
Vlad Mihalcea 6b79bde099 Add support for matrix testing for User Guide examples 2016-02-18 11:16:46 +02:00
Vlad Mihalcea af083e92ce Update stored procedures User Guide chapter 2016-02-16 17:58:33 +02: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