Commit Graph

773 Commits

Author SHA1 Message Date
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
Steve Ebersole 81b1baa8c4 HHH-10520 - Update doc publishing 2016-02-11 15:59:13 -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
Vlad Mihalcea 500d74c35d Corrections to the Criteria chapter and add a multi-from example 2016-02-09 10:13:00 +02:00
Vlad Mihalcea 5eb4f1c834 Migrate User Guide Criteria chapter extras to test folder 2016-02-08 17:37:01 +02:00
Vlad Mihalcea 85cec6ba33 Fix test that fails due to timezone offsets causing the result set to vary between 1 and 2 2016-02-05 12:33:35 +02:00
Vlad Mihalcea c1b3b2a43c Add User Guide examples for HQL functions 2016-02-04 13:25:35 +02:00
Vlad Mihalcea 120ac5ed27 Try to fix broken test and change Bootstrap test structure 2016-02-04 11:56:51 +02:00
Vlad Mihalcea 20b446b0ec Unify Batch and HQL test models 2016-02-04 11:36:33 +02:00
Vlad Mihalcea 9b60354e3e Migrate User Guide HQL chapter extras to test folder 2016-02-04 10:57:48 +02:00
Vlad Mihalcea 3642bb63cd Migrate User Guide Events chapter extras to test folder 2016-02-01 16:40:44 +02:00
vladmihalcea f3386c37da Migrate User Guide Batching chapter extras to test folder 2016-01-28 16:50:17 +02:00
vladmihalcea 03eb9fd276 Document entity graphs in Fetching chapter 2016-01-28 10:33:50 +02:00
vladmihalcea d30bdcef0d Migrate User Guide Fetching chapter extras to test folder 2016-01-27 16:27:22 +02:00
vladmihalcea aeac516eeb Migrate User Guide Locking chapter extras to test folder and old xml mapping to the Legacy appendix 2016-01-27 13:06:14 +02:00
vladmihalcea f8e7799848 Migrate User Guide Transactions chapter extras to test folder 2016-01-27 12:05:58 +02:00
vladmihalcea 6793d0deb9 HHH-10479 Document that hibernate.jdbc.batch_versioned_data default value is true in 5.0 2016-01-27 08:26:23 +02:00
vladmihalcea cd9ff725ae Migrate Bytecode Enhancement User Guide chapter extras to test folder 2016-01-26 17:01:47 +02:00
vladmihalcea 96c96f2e94 Migrate Persistence Context User Guide chapter code snippets from extras to test folder 2016-01-26 16:09:06 +02:00
vladmihalcea b23784647d Move User Guide Bootstrap chapter code snippets from extras to test folder 2016-01-26 11:13:40 +02:00
Radim Vansa af59f6a556 Update documentation of second-level-caches 2016-01-25 13:39:05 +01:00
vladmihalcea dc991d29d9 Cherry pick spelling corrections from https://github.com/hibernate/hibernate-orm/pull/1238 2016-01-25 11:36:25 +02:00
vladmihalcea a8ee683280 Move user guide tests to org.hibernate.userguide and sql snippets to extras 2016-01-25 10:40:11 +02:00
Steve Ebersole 92bce3913b documentation improvements on top of Vlad's work - naming 2016-01-21 12:05:13 -06:00
vladmihalcea d769308785 Fill in the TODO sections for the Locking and Caching chapters 2016-01-21 16:50:53 +02:00
vladmihalcea 90b7f9e07c Add Flushing chapter and JPQL section for batch updates 2016-01-19 15:42:44 +02:00
vladmihalcea 97ba351c2a UserGuide uses examples from existing test cases 2016-01-18 15:18:23 +02:00
Bogdan Calmac 2bad69f66a Document that StatelessSession does not support lazy loading
While experimenting with StatelessSession I discovered that it does not
support lasy loading. I think this isn't imediately obvious and worth to
be included in the documentation.

See also http://stackoverflow.com/questions/34800788/does-statelesssession-support-lazy-loading
2016-01-15 16:26:46 -08:00
vladmihalcea 68446ca029 Move User Guide tests to the documentation folder, so the hibernate-entitymanager does not depend on Java 1.8 2016-01-14 17:16:27 +02:00
vladmihalcea c2ece0108e Migrate User Guide from Docbook to Asciidoctor 2016-01-11 18:07:58 +02:00
barreiro 1590ad145b HHH-10359 - Have consistent configuration of bytecode enhancement 2015-12-16 15:55:31 -06:00
Steve Ebersole f8e359db2b HHH-10267 - Support defining lazy attribute fetch groups 2015-11-18 09:48:13 -06:00
Steve Ebersole e6e87517d1 HHH-10267 - Support defining lazy attribute fetch groups 2015-11-16 17:26:23 -06:00
Andrea Boriero 3147a2894d HHH-10270 - Hibernate User Guide transactions chapter examples are not properly rendered 2015-11-12 14:26:24 +00:00
Andrea Boriero 77bb57e8ab HHH-10064 - Fix Broken documentation page link in User guide 2015-08-28 16:38:06 +01:00
Brett Meyer 5af5966756 removed obsolete caveats from OSGi guide 2015-08-20 14:06:48 -04:00
Brett Meyer 300aa418fb HHH-10041 doc correction 2015-08-20 12:18:17 -04:00
Brett Meyer 2505f61613 HHH-10041 features.xml generation: collapse 3 mains into one hibernate-orm 2015-08-20 11:38:01 -04:00
Brett Meyer 3bd3f54634 HHH-9919 Re-write hibernate-osgi user guide based on published features.xml and ORM 5.0 2015-08-19 15:17:11 -04:00
Steve Ebersole a8a367ba0d HHH-10022 - Continue documentation TLC (part 2) 2015-08-19 14:02:07 -05:00
Steve Ebersole 25799c6678 HHH-10022 - Continue documentation TLC (part 2) 2015-08-19 09:46:21 -05:00
Steve Ebersole 6fdc4cab8d HHH-10022 - Continue documentation TLC (part 2) 2015-08-07 19:56:56 -05:00
Steve Ebersole 9b007f6d91 HHH-10022 - Continue documentation TLC (part 2) 2015-08-07 15:15:28 -05:00
Steve Ebersole 9268a6917f HHH-10022 - Continue documentation TLC (part 2) 2015-08-07 15:14:13 -05:00
Steve Ebersole 800df6f44c HHH-10022 - Continue documentation TLC (part 2) 2015-08-06 20:38:36 -05:00
Steve Ebersole 85dbceac20 HHH-10022 - Continue documentation TLC (part 2) 2015-08-06 14:59:25 -05:00
Steve Ebersole 8dc14436af HHH-10022 - Continue documentation TLC (part 2) 2015-08-06 14:08:10 -05:00
Steve Ebersole 603a410fdc HHH-9998 - Continue documentation TLC - natural-id 2015-08-05 13:09:35 -05:00
Steve Ebersole b0cf427c21 HHH-9998 - Continue documentation TLC 2015-08-05 08:00:32 -05:00
Steve Ebersole 46a629382e HHH-9503 - Consistently accept numeric value or Connection constant field name for configuring transaction isolation 2015-08-04 19:55:51 -05:00
Steve Ebersole f8b523f3de HHH-10013 - Adjust default for hibernate.id.new_generator_mappings to true 2015-08-04 15:06:24 -05:00
Steve Ebersole 6974744092 HHH-9998 - Continue documentation TLC 2015-08-03 19:05:46 -05:00
Steve Ebersole 4fadceca43 HHH-9998 - Continue documentation TLC - mapping identifiers 2015-08-03 18:29:16 -05:00
Steve Ebersole 4f725332af HHH-9998 - Continue documentation TLC - mapping basic-types 2015-08-02 14:07:26 -05:00
Steve Ebersole 84987f46b7 HHH-9998 - Continue documentation TLC - mapping compositions & collections 2015-08-01 13:51:46 -05:00
Steve Ebersole 7a67f39e38 HHH-9998 - Continue documentation TLC - mapping compositions & collections 2015-08-01 13:49:56 -05:00
Steve Ebersole c1af6433c2 HHH-10006 - Document configuration of JndiService 2015-07-31 09:26:50 -05:00
Steve Ebersole 8f4c2d5182 HHH-10006 - Document configuration of JndiService;
HHH-10007 - Audit Services chapter in Integrations Guide
2015-07-31 09:21:59 -05:00
Steve Ebersole 2036280fa0 HHH-9981 - Document the "transaction system";
HHH-10007 - Audit Services chapter in Integrations Guide
2015-07-30 16:42:32 -05:00
Steve Ebersole 5b09dcb446 HHH-9986 - Fix reference manual inconsistencies for 5.0 2015-07-29 10:28:36 -05:00
barreiro 6ac234eb01 HHH-9938 - field access parameter on gradle plugin 2015-07-29 09:26:26 -05:00
barreiro 088b15f451 HHH-9938 - field access parameter on maven enhacement plugin 2015-07-29 09:26:26 -05:00