Commit Graph

1030 Commits

Author SHA1 Message Date
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
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
Steve Ebersole ff565fddb0 HHH-9986 - Fix reference manual inconsistencies for 5.0 2015-07-29 08:47:10 -05:00
Steve Ebersole e2d681380a HHH-9986 - Fix reference manual inconsistencies for 5.0 2015-07-28 15:36:10 -05:00
Steve Ebersole 7990630ae4 HHH-9986 - Fix reference manual inconsistencies for 5.0;
HHH-9987 - HikariCPConnectionProvider TLC
2015-07-27 17:08:21 -05:00
Emmanuel Bernard 1ade555321 Clarify that LEGACY is the default value for batch size style 2015-07-17 14:46:31 +02:00
Steve Ebersole 56448fafa2 HHH-9916 - Update quickstarts and tutorials for 5.0 + convert to asciidoc(tor) 2015-07-14 14:46:35 -05:00
Andrea Boriero 5c7360c69a HHH-9757 - Fix Incorrect image path generated in HTML rendering removing useRelativeImageUris = false from devguide task, fixing image urls 2015-06-10 15:24:51 +01:00
Belev 5c8d1ac500 Fixed typos in Chapter 5. Basic O/R Mapping
Fixed typo in Chapter 5 - 5.1.1 Entity.

Fixed key-property column name.

Added missing parameters in set methods.

Fixed typos.

Fix typo

Removed wrong whitespace.

Fixed section associations to many to one as used in the section.

Removed wrong whitespace.

Fix typo

Removed 'with' duplication.
2015-06-05 00:45:28 -04:00
vydn 4309d518e9 Update preface.xml
Change link from caveatemptor.hibernate.org (not working)
to http://downloads.jboss.org/hibernate/caveatemptor/ (working)
2015-06-05 00:43:31 -04:00
Laurent Martelli f17c525c03 Missing space 2015-06-05 00:27:49 -04:00
Steve Ebersole 9e063ffa25 HHH-9837 - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper
HHH-9841 - Redesign org.hibernate.property.PropertyAccessorFactory
2015-06-04 14:12:17 -05:00
Gail Badner 53a8b18ca8 HHH-9844 : org.hibernate.cache.spi.access.AccessType enum names are not valid values for hibernate.cache.default_cache_concurrency_strategy 2015-06-03 13:59:14 -07:00
Steve Ebersole 1d8327f8ba HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building 2015-05-27 15:11:49 -05:00
barreiro 73c5d576e7 HHH-9813 - Documentation for the Hibernate Enhance Maven Plugin 2015-05-27 12:03:22 -05:00
Steve Ebersole 1812bb2ef3 HHH-9809 - Improve Hibernate Gradle plugin 2015-05-21 00:24:56 -05:00
Steve Ebersole bd256e4783 HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
Steve Ebersole 8826a311cb HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building 2015-04-27 20:22:20 -05:00
Steve Ebersole 7715fccd04 HHH-9697 - Complete documentation of new approach and APIs for SessionFactory building 2015-04-27 13:26:28 -05:00
Steve Ebersole 76d732d53a HHH-9727 - Slight redesign to bootstrapping APIs to allow for OGM bootstrapping 2015-04-16 14:19:11 -05:00
Brett Meyer 410a785dfe HHH-9680 updated OSGi quickstarts, added necessary contracts to Envers blueprint, corrected a few uses of ReflectionManager 2015-03-30 15:36:57 -04:00
Steve Ebersole 212f61a24c HHH-9668 - Document new SessionFactory approach and APIs 2015-03-30 13:24:44 -05:00
barreiro 81d30aa037 HHH-9679 - Fix hibernate-enhance-maven-plugin buid script 2015-03-26 13:03:16 -05:00
Steve Ebersole 3b9b2eaa91 HHH-9668 - Document new SessionFactory approach and APIs 2015-03-26 12:28:29 -05:00
Steve Ebersole 599c10cd5a HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc) 2015-03-26 09:57:49 -05:00
Steve Ebersole a4b5cf4597 HHH-9668 - Document new SessionFactory approach and APIs 2015-03-24 22:16:22 -05:00
Andrea Boriero 37b4aeb7c9 Fix javadoc for Java 8 2015-03-25 01:38:39 +00:00
Steve Ebersole 63a0f03c5a HHH-9654 - Adjust envers for 5.0 APIs + JAXB 2015-03-18 20:22:26 -05:00
David Pilato 91aee82b07 buildSessionFactory() should return a sessionFactory
The example does not compile for obvious reason :)
2015-03-05 09:04:29 +01:00
Kamil Szymanski f46fe0ff25 HHH-9601 ordering column name fix in table schema in example 7.8 2015-02-20 11:14:16 -05:00
Kamil Szymanski 033f084e9a HHH-9600 remove outdated info about cache concurrency strategies support 2015-02-20 11:13:58 -05:00
Steve Ebersole 66ce8b7fb5 HHH-9466 - Drop metamodel package from source 2014-10-30 07:43:55 -05:00
Andrea Boriero 0f047187fd HHH-9251 Removed AsciiDoc from aggregateJavadocs gradle task 2014-07-26 12:13:24 +01:00
Brett Meyer 43d8751e96 HHH-8904 minor edits 2014-05-27 22:06:47 -04:00
Jeremy Whiting 9fe3862e55 HHH-8904 documentation for build time bytecode enhancements 2014-05-27 22:06:45 -04:00
bleporini 0b202af8f4 HHH-9039 Update collection_mapping.xml typos 2014-03-12 14:37:18 -04:00
Evan Severson bb622e167f HHH-8815 Updated example code for session scoped interceptor 2014-03-12 13:22:56 -04:00
Brett Meyer cfcf5089be HHH-8674 - fixed usage of deprecated method
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:34 -05:00
akotlyarov ef8efc7ae6 HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation 2014-01-28 17:19:28 -05:00
Steve Ebersole 7f8d791943 HHH-8865 - Create topical guide for logging
(cherry picked from commit fa4f0850c3)
2014-01-16 11:38:46 -06:00
Steve Ebersole d0a699de68 HHH-8865 - Create topical guide for logging
(cherry picked from commit 2d26135a5a)
2014-01-15 12:44:01 -06:00
Brett Meyer 94753eae57 HHH-3453 updated list of Dialects in docs 2014-01-06 19:12:19 -05:00
Brett Meyer 99a6fc07b6 HHH-8790 added @Filter deduceAliasInjectionPoints info and examples to
user guide
2014-01-02 17:44:36 -05:00
Brett Meyer 3de5e65b63 HHH-3541 minor xml tag correction in docs 2013-12-12 14:14:39 -05:00
Brett Meyer 75f209aa35 HHH-8763 osgi quickstart updates 2013-12-06 15:54:45 -05:00
Brett Meyer 7ee5fa104d HHH-8763 osgi quickstart updates 2013-12-06 14:58:44 -05:00
Brett Meyer 5b01205107 HHH-8761 corrected osgi doc failure 2013-12-04 10:30:33 -05:00
Steve Ebersole 055a750a53 HHH-8733 - General build cleanup 2013-12-02 20:57:57 -06:00
Brett Meyer 5acd232e10 HHH-8761 Hibernate OSGi 4.3.0.CR1 can't discover services 2013-12-02 14:24:58 -05:00
Steve Ebersole c1612fe004 HHH-8733 - General build cleanup 2013-11-22 14:53:24 -06:00
Steve Ebersole 6f25adcfd2 HHH-8734 - Update to Gradle 1.9 2013-11-21 13:46:40 -06:00
Steve Ebersole 7deda8c34b HHH-8720 - Create an index for the topical guides 2013-11-20 11:32:11 -06:00
Steve Ebersole 4e6f3a9753 HHH-8692 - Document value generation feature 2013-11-19 17:30:16 -06:00
Steve Ebersole 475aba7c0f HHH-8720 - Create an index for the topical guides 2013-11-19 17:30:16 -06:00
Steve Ebersole da6ee1e5bc HHH-8693 - asciidoc is not integrated into release workflow 2013-11-18 14:48:10 -06:00
Hardy Ferentschik 0d643af4f5 HHH-8483 Adding creation of metamodelgen ascidoc to the build. Removing obsolete docbook files 2013-11-11 20:08:18 +08:00
Hardy Ferentschik 197ef85ef7 HHH-8483 Converting the docbook documentation for metamodelgen to ascidoc 2013-11-11 20:08:17 +08:00
Hardy Ferentschik f25ea58750 HHH-8483 Moving metamodelgen documentation into documentation module 2013-11-11 20:08:17 +08:00
Brett Meyer 11152ea06f HHH-8528 correct docs and quickstarts to support stopping/restarting a
client bundle
2013-10-28 14:34:49 -04:00
Steve Ebersole 11ce89e0ff HHH-8607 - Start Topical Guide - Service Registries 2013-10-15 16:00:32 -05:00
Steve Ebersole 67ee00a422 HHH-8607 - Start Topical Guide - Service Registries 2013-10-15 15:54:54 -05:00
Steve Ebersole 7df8873e87 HHH-8607 - Start Topical Guide - Service Registries 2013-10-14 20:12:47 -05:00
Steve Ebersole cb58851b9f HHH-8607 - Start Topical Guide - Service Registries 2013-10-14 20:11:53 -05:00
Steve Ebersole a96cc4bfbd HHH-8607 - Start Topical Guide - Service Registries 2013-10-14 14:12:33 -05:00
Steve Ebersole efd1278447 HHH-8607 - Start Topical Guide - Service Registries 2013-10-14 09:21:14 -05:00
Steve Ebersole 162c41f9b7 HHH-8607 - Start Topical Guide - Service Registries 2013-10-11 16:07:16 -05:00
Steve Ebersole 2cc6b08ff2 HHH-8607 - Start Topical Guide - Service Registries 2013-10-11 10:31:30 -05:00
Strong Liu d476eb7e16 HHH-8601 remove slf4j infavor of log4j 2013-10-10 01:14:26 +08:00
Brett Meyer 20756e3f9d HHH-3812 minor fix in envers docs 2013-10-02 15:52:27 -04:00
Brett Meyer 9e5ba931fb HHH-8553 hibernate-osgi needs to support alternative locations for
hibernate.cfg.xml
2013-09-24 23:58:16 -04:00
Brett Meyer feaac3b917 HHH-4910 docs, javadocs, formatting, minor refactoring 2013-09-18 12:27:01 -04:00
Darren Evenson a745f93bfa HHH-8427 Typo in documentation - Basic Mapping 2013-08-06 12:10:33 -04:00
Darren Evenson b7975a65fb HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning 2013-08-06 12:08:58 -04:00
Darren Evenson 38e2d37d39 HHH-4141 Typo: "declared" incorrectly spelled ("decalred") 2013-08-06 12:00:17 -04:00
Lukasz Antoniak 456dfd83f9 HHH-7807 - Cascade delete revisions
Conflicts:
	documentation/src/main/docbook/devguide/en-US/Envers.xml
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
2013-08-05 23:42:05 -04:00
Lukasz Antoniak dd1bec53fb HHH-8280 - Identifiers reuse option 2013-08-01 13:13:39 +02:00
Brett Meyer 3102edba8b HHH-8399 corrected javassist in hibernate-osgi test 2013-07-31 14:42:12 -04:00
Brett Meyer 33b7e9f441 HHH-8388 Updated OSGi quickstarts and unit test for JPA 1.0.0.Final 2013-07-30 11:58:46 -04:00
Strong Liu a9978a7c85 simple doc typo 2013-07-16 12:22:20 +08:00
Lukasz Antoniak f2d435ddc1 HHH-8174 - Envers support for @NotFound 2013-06-11 09:08:56 -07:00
Brett Meyer d283a6fc77 HHH-8112 Added additional caveats to OSGi devguide 2013-06-07 11:19:37 -04:00
Brett Meyer e2922ca5f5 HHH-8265 Documented the reasoning for importing o.h.proxy and
javassist.util.proxy in the quickstarts.  Added a load proxy test.
2013-06-05 18:44:06 -04:00
Brett Meyer adcd61f0e1 HHH-8112 quickstart tutorial chapter 2013-06-03 16:15:23 -04:00
Brett Meyer ab11440331 HHH-8112 osgi devguide 2013-06-03 16:15:16 -04:00
Brett Meyer 51834421c5 HHH-8273 Incorrect "unique-key" naming comment in docs 2013-05-25 20:29:09 -04:00
Brett Meyer ad103b1c30 HHH-8112 added note about JPA 2.1 Aries fork 2013-05-21 19:55:02 -04:00
Brett Meyer f2073113fc HHH-8112 removed variables from POMs -- not supported by docbook 2013-05-21 18:06:28 -04:00
Brett Meyer 04c8e8c87a HHH-8112 OSGi quickstart tutorial projects 2013-05-21 15:17:16 -04:00
Strong Liu 3e160b9343 HHH-8186 Typo in docs, Caching section nonstrict != nontrict 2013-04-16 12:41:24 +08:00
Lukasz Antoniak f2b9ab8278 HHH-8171 - Cleanup 2013-04-14 22:27:05 +02:00
Kristoffer Lundberg 4796553a3f HHH-8171 - SETORDINAL to support set of embeddables 2013-04-14 22:27:03 +02:00
Steve Ebersole 54bc9fbf9d HHH-8163 - Deprecate @IndexColumn and add @ListIndexBase 2013-04-10 12:26:33 -05:00
Lukasz Antoniak 5cc051e1df HHH-7944 - Separation of Envers API, SPI and internal packages 2013-04-08 14:43:29 +02:00
Strong Liu 1b05455d1e HHH-7667 docs 2013-03-28 11:32:06 +08:00
Strong Liu 06e3313f23 HHH-7746 - docs 2013-03-28 11:31:58 +08:00
Strong Liu 3c6f27a5dd HHH-7872 docs 2013-03-28 11:31:49 +08:00
Strong Liu 89fd64bc2e HHH-7978 - Document new feature from HHH-5869 2013-03-13 14:42:26 +08:00
Sanne Grinovero e5f8039f31 HHH-8044 Remove mention of unsupported cache providers from documentation 2013-03-02 20:35:49 +00:00
Lukasz Antoniak 51a7df596e HHH-6613 - Support for audited @ElementCollection 2013-02-28 13:22:14 +01:00
Aleksander Blomskøld e0cfc6bf2e HHH-6736 Added support for SELECT ... FOR UPDATE SKIP LOCKED 2013-02-20 08:49:30 -06:00
Steve Ebersole 6599f710bb HHH-7965 - Redesign DialectResolver contract 2013-02-03 14:23:59 -06:00
Lukasz Antoniak 3bb0f246fc HHH-465 - Support for NULLS FIRST/LAST
Conflicts:
	hibernate-core/src/main/java/org/hibernate/cfg/Settings.java
	hibernate-core/src/main/java/org/hibernate/criterion/Order.java
2013-01-28 14:07:53 -05:00
Strong Liu c1cf5cd6e6 HHH-7947 remove not maintained 2LC from doc 2013-01-28 13:30:38 +08:00
Kamyar Sajjadi 80128705fb Changed the URL to maven.apache.org insted of maven.org 2013-01-24 13:16:25 -05:00
Kamyar Sajjadi 234c491523 HHH-4562 - Fixed the typo in chapter 7.3.1. Added bigint after personId 2012-12-12 10:47:23 -05:00
Kamyar Sajjadi c0011f1cc6 HHH-5973 - Replaced , with + in AuditInterceptor.java and in events.xml 2012-12-12 10:39:31 -05:00
Kamyar Sajjadi 669ec5002f HHH-7029 - prependListeners changed to appendListeners in chapter 7.9.1. Integrator use-cases example 2012-12-12 10:39:18 -05:00
brmeyer d34e409f41 HHH-7811 grammar error in devguide for HB 2012-12-07 12:12:49 -05:00
Kamyar Sajjadi 47ddaad98d HHH-7813 - Fixed the mistakes in code examples. All the examples was in chapter 4 (Batch processing). 2012-12-07 12:04:43 -05:00
Lukasz Antoniak da32690828 HHH-7827 - Documentation 2012-12-05 10:27:37 +01:00
Steve Ebersole 1176477e6a HHH-7758 - Write fetching Developer Guide chapter on fetching 2012-11-06 00:38:56 -06:00
Steve Ebersole 094c08cd08 HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral 2012-09-06 08:41:37 -05:00
Steve Ebersole 37542fe1f1 HHH-6823 - Short-name config values 2012-08-29 10:49:06 -05:00
Steve Ebersole 4ad49a02c9 HHH-7556 - Clean up packages 2012-08-28 14:12:15 -05:00
Steve Ebersole 5739392572 HHH-6823 - Short-name config values : transactions 2012-08-16 11:28:41 -05:00
Strong Liu 7a82349f75 HHH-7385 change to use gradle 1.1 2012-08-08 17:09:11 +08:00
Gail Badner 9a7d3ee81c HHH-7493 : Documentation still refers to dom4j as an entity mode 2012-08-08 00:32:35 -07:00
Martin Eisenhardt 886cf9157d Added missing word. 2012-06-05 12:23:14 +02:00
Martin Eisenhardt 95050f5d5a Fixed typo. 2012-06-04 11:59:23 +03:00
Strong Liu 99cd8455a1 HHH-7350 update the docs 2012-05-31 14:19:22 +08:00
Steve Ebersole 7ed87233a9 HHH-7306 - Allow use of CurrentTenantIdentifierResolver in normal session opening 2012-05-23 11:49:38 -05:00
Strong Liu d92e91bb4d HHH-7346 Tests fail on Postgresql due to failure in typecasts 2012-05-23 21:28:57 +08:00
Steve Ebersole a2a55d8ab6 HHH-7274 - Developer Guide reverses discussion of CMTTransactionFactory and JTATransactionFactory 2012-05-02 22:07:48 -05:00
Lukasz Antoniak cfa729d8b3 HHH-6790 - Sequence per entity for enhanced SequenceStyleGenerator 2012-04-21 12:32:42 +02:00
Lukasz Antoniak 95ec3457af HHH-7187 - Renaming and documenting enhanced revision entity 2012-04-19 23:49:41 +02:00
Strong Liu 5714a59e5e doc typo 2012-04-11 17:08:47 +08:00
Andre Azevedo 7ed63c282a Translating and correcting wrong white-spaces at the end of the string. 2012-04-10 16:50:38 +08:00
Baptiste Mathus 280751e118 transactionel -> transactionnel 2012-04-09 17:20:16 +08:00
Steve Ebersole 6193c73191 HHH-7221 - Document natural-id improvements as well as load-access APIs 2012-04-04 07:25:23 -05:00
Steve Ebersole 09538ec20d HHH-7221 - Document natural-id improvements as well as load-access APIs 2012-04-03 18:04:23 -05:00
Strong Liu d3b640cb75 HHH-7197 reimport imports 2012-03-26 16:17:45 +08:00
Strong Liu e4a82a0b6b HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace 2012-03-26 15:12:10 +08:00
Strong Liu 476fd2fca7 rollback org.jboss.pressgang: to 3.0.0 2012-03-15 22:04:57 +08:00
Strong Liu 2c85cbefa3 change org.jboss.pressgang:pressgang-jdocbook-style version to 3.0.1-SNAPSHOT, since there is no 3.0.0-SNAPSHOT available 2012-03-14 18:42:14 +08:00
Steve Ebersole 0e88fdd909 HHH-7153 - Update to newest jDocBook tool chain versions 2012-03-07 20:40:42 -06:00
Lukasz Antoniak 7c60f01f2d HHH-7106 - Fix, test and documentation 2012-03-03 10:27:35 +01:00
Steve Ebersole 7861fdee44 HHH-7067 - Update build to work with Gradle m8 2012-02-15 16:33:45 -06:00
Steve Ebersole 6702688c1f HHH-7011 - Document multi-tenancy 2012-02-07 08:14:58 -06:00
Steve Ebersole 40dc88e6c1 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:29:42 -06:00
Steve Ebersole 30deb20ff1 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:46 -06:00
Steve Ebersole 591364409e HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:46 -06:00
Steve Ebersole 102c31497b HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:46 -06:00
Steve Ebersole 8352ab39fb HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole c4b7538ae3 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole c6fa7d3f23 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole 0e3cfbde55 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole 3cf41ee3dc HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole 955f21eca9 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole 9b304942cc HHH-6082 - Integrate EntityManager documentation into dev guide 2012-02-07 00:22:45 -06:00
Steve Ebersole 2b356317ce HHH-7011 - Document multi-tenancy 2012-02-01 12:23:47 -06:00
Steve Ebersole feba0bf949 HHH-7011 - Document multi-tenancy 2012-02-01 12:22:06 -06:00
Steve Ebersole 8bead4f084 HHH-7011 - Document multi-tenancy 2012-01-31 19:59:37 -06:00
Steve Ebersole a2a1775c87 HHH-6656 - Document org.hibernate.service.classloading.spi.ClassLoaderService 2012-01-23 09:26:32 -06:00
Adam Warski a00f23c6f6 Merge remote-tracking branch 'origin/master'
Conflicts:
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java
2012-01-20 20:52:41 +01:00
Adam Warski b109633b66 HHH-6605: Merging changes by Michal Skowronek. Thanks! Merge remote-tracking branch 'mskowron/change_info'
Conflicts:
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ComponentMetadataGenerator.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
	hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/MultiPropertyMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PropertyMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SubclassPropertyMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractCollectionMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
	hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
	hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditProperty.java
	hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AddWorkUnit.java
	hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java
	hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/DelWorkUnit.java
	hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/FakeBidirectionalRelationWorkUnit.java
	hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
	hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
2012-01-20 20:47:12 +01:00
Steve Ebersole fbc71652b8 HHH-6969 - Reference manual discusses removed SessionFactory.openSession(Interceptor) method 2012-01-13 15:51:35 -06:00
Steve Ebersole 7899d34ca4 Merge branch 'master' of github.com:hibernate/hibernate-core 2012-01-11 12:14:26 -06:00
Adam Warski ad65da80ed Adding a note that listeners are no longer needed in 4.x 2012-01-11 15:34:07 +01:00
Steve Ebersole 0481dad403 HHH-6657 - Document org.hibernate.integrator.spi.IntegratorService 2012-01-10 13:03:42 -06:00
lukasz-antoniak 0efd1dd886 Merge pull request #244 from lukasz-antoniak/HHH-4439
HHH-4439 - Override auditing behavior of properties defined in @MappedSuperclass
2012-01-09 12:43:45 -08:00
Steve Ebersole e0f7d8fb17 HHH-6933 - Developer's guide has strange markup in Chapter 1 2012-01-09 11:10:59 -06:00
Lukasz Antoniak 0a08780e13 HHH-4439 - Deprecate Audited.auditParents 2012-01-06 14:14:07 +01:00
Steve Ebersole f6dec69c8c HHH-6909 - "Getting Started Guide" example code cannot be run successfully 2011-12-30 12:15:23 -06:00
Lukasz Antoniak a49e02b239 HHH-4439 - Patch and test 2011-12-25 18:42:08 +01:00
Steve Ebersole d02864bac6 HHH-6903 - add building of hem and manual docs 2011-12-16 09:13:45 -06:00
Lukasz Antoniak 72b2af3b0a HHH-2403 - Documentation, formatting 2011-11-10 12:08:50 -06:00
Lukasz Antoniak 00e32f5e7f HHH-2403 - New configuration parameter, documentation 2011-11-10 12:08:50 -06:00
Strong Liu dbbb3cb0d3 some documentation improvements 2011-10-30 22:14:59 +08:00
Lukasz Antoniak cbbc786f18 HHH-6766 - Documentation 2011-10-26 23:15:14 +08:00
Strong Liu bdba5898c9 clean up imports 2011-10-24 16:26:37 +08:00
Michal Skowronek 07a0b2931c HHH-6605 - Added documentation for the Mod Flags feature 2011-10-11 20:19:44 +02:00
Lukasz Antoniak 45f3ced6da HHH-6696 - RevisionListener class configuration parameter 2011-09-29 20:50:07 +02:00
Steve Ebersole f4fa176255 HHH-6683 - Consolidate (consistency) building of service registries 2011-09-27 11:49:17 -05:00
Steve Ebersole 8c691d5fcd HHH-6663 - Proof/edit Services.xml in devguide 2011-09-27 11:04:16 -05:00
Steve Ebersole 4a3db930d6 HHH-6660 - Edit Transactions.xml in devguide 2011-09-27 11:04:16 -05:00
Steve Ebersole 1d0740484f HHH-6641 - Document services 2011-09-14 21:11:33 -05:00
Steve Ebersole 0fd15e1f37 HHH-6645 - Fix entity information 2011-09-13 20:15:03 -05:00
Steve Ebersole 9f214d8018 HHH-6640 - Add ability for Integrator to prepare ServiceRegistryBuilder and MetadataImplementor as part of lifecycle 2011-09-13 18:46:28 -05:00
Steve Ebersole 050e42fb51 HHH-6641 - Document services 2011-09-08 17:11:29 -05:00
Steve Ebersole f4506a4fd9 HHH-6641 - Document services 2011-09-08 16:51:28 -05:00
Steve Ebersole db7cdb95a8 HHH-6641 - Document services 2011-09-08 16:41:40 -05:00
Alex Snaps b2cae5b120 HHH-5478 Updated docs for ehcache transactional & clustered support 2011-07-19 13:42:46 +02:00
Alex Snaps f62e5256c1 HHH-5478 Adapted to new FQCN and added reference to cluster support 2011-07-19 13:42:46 +02:00
Strong Liu e8b682b405 HHH-6386 sybase improvement 2011-07-05 12:32:42 +08:00
Adam Warski 913f95f8df Merge pull request #114 from lukasz-antoniak/HHH-5580-v1.2
HHH-5580 - Moving query API
2011-06-30 23:47:13 -07:00
Adam Warski 33a4694fea HHH-5917: improving documentation 2011-06-29 18:27:35 +02:00
Adam Warski 9129cf38ce Merge pull request #112 from lukasz-antoniak/HHH-5917
HHH-5917 - Adding @Audited(auditedParents={classes})
2011-06-29 09:19:19 -07:00
Lukasz Antoniak 1f0149378b HHH-5580 - Renaming EntitiesChangedInRevisionManager to CrossTypeRevisionChangesReader 2011-06-29 09:28:35 +02:00
Lukasz Antoniak 1c1e333487 HHH-5917 - Split test cases and updated documentation 2011-06-27 21:52:40 +02:00
Lukasz Antoniak 587c228973 HHH-5580 - Moving queries from AuditReader to EntitiesChangedInRevisionManager 2011-06-26 12:46:10 +02:00
Lukasz Antoniak 13c9fd4f9d HHH-5580 - Persisting entity name by default 2011-06-12 13:55:00 +02:00
Strong Liu 92ad3eed80 HHH-6297 remove legacy cache api 2011-06-09 12:18:59 +08:00
adamw 945d9376a2 HHH-6078: documenting how to implement conditional auditing 2011-06-02 15:25:18 +02:00
adamw 789bf60427 HHH-5580: some documentation fixes 2011-06-02 11:07:11 +02:00
adamw f865be9739 Merge branch 'HHH-5580-POC' of git://github.com/lukasz-antoniak/hibernate-core
Conflicts:
	hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
2011-06-02 10:00:36 +02:00
Lukasz Antoniak 4022571196 HHH-5580 - Naming and EntitiesModifiedAtRevisionQuery tests 2011-05-28 17:01:26 +02:00
Lukasz Antoniak c2e53061f2 HHH-5580 - Cleanup 2011-05-21 12:49:37 +02:00
Lukasz Antoniak 1878b23850 HHH-5580 - Naming 2011-05-16 19:18:30 +02:00
Lukasz Antoniak b36b095c3c HHH-5580 - Refactoring 2011-05-14 23:47:34 +02:00
Lukasz Antoniak d1e092b471 HHH-5580 - Documentation update 2011-05-07 23:23:15 +02:00
Steve Ebersole 360317eedf HHH-6200 - Split org.hibernate.hql package into api/spi/internal 2011-05-04 18:49:35 -05:00
Steve Ebersole 4ee0d4237d HHH-6198 - Split org.hibernate.event package into api/spi/internal 2011-05-04 18:20:53 -05:00
Steve Ebersole 3090fe9c1d HHH-6193 - Split org.hibernate.context package into api/spi/internal 2011-05-04 15:25:39 -05:00
Steve Ebersole c930ebcd7d HHH-6191 - repackage org.hibernate.cache per api/spi/internal split 2011-05-04 14:43:04 -05:00
Steve Ebersole 33b33ca7dc HHH-5652 - Create "Take It Further" tasks for the JPA chapter of the GSG 2011-05-04 09:20:57 -05:00
Steve Ebersole a1974db607 HHH-5887 - Document typo hibernate.hbm2ddl.import_files 2011-05-04 08:55:26 -05:00
Lukasz Antoniak 98342a7e2d HHH-5580 - Tracking entity names in revision 2011-04-27 23:49:22 +02:00
Steve Ebersole 70d2e3848b HHH-6082 - Incorporate EntityManager documentation into main dev guide 2011-04-19 08:50:31 -05:00
Steve Ebersole 28a3e38f7a HHH-6073 2011-04-19 08:50:31 -05:00
Steve Ebersole 5c4f817255 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2011-04-19 08:50:31 -05:00
Steve Ebersole 6504cb6d78 HHH-6098 - Slight naming changes in regards to new logging classes 2011-04-08 09:44:13 -05:00
Steve Ebersole a616a83d8e HHH-6097 - Review log levels, especially related to i18n messages 2011-04-07 12:50:06 -05:00
adamw 33cc3f3f62 HHH-6036: Removing old Envers docs 2011-03-31 15:59:36 +02:00
adamw e71762a313 HHH-6036: Adding a basics chapter to introduce Envers concepts 2011-03-31 15:50:28 +02:00
adamw e9c555b214 HHH-6036: As the Envers docs are merged into the dev guide adding me as one of the authors :) 2011-03-31 14:35:44 +02:00
adamw ce4faca528 HHH-6036: Moving the "links" chapter of Envers docs 2011-03-31 14:31:11 +02:00
adamw 02e06265e8 HHH-6036: Moving the "configuration" chapter of Envers docs - creating a new section on Envers mapping annotations 2011-03-31 14:27:41 +02:00
adamw e72fa13bd4 HHH-6036: Some corrections to the "revision log" chapter of Envers docs 2011-03-31 14:16:13 +02:00
adamw a16177035a HHH-6036: Moving the "query" chapter of Envers docs 2011-03-31 14:02:36 +02:00
adamw 9758c63354 HHH-6036: Moving the "schema" and "tables" chapters of Envers docs 2011-03-31 13:57:34 +02:00
adamw 6c7ec667a0 HHH-6036: Moving the "partitioning" chapter of Envers docs 2011-03-31 13:53:47 +02:00
adamw 61bd52fb34 HHH-6036: Moving the "mapping exceptions" chapter of Envers docs 2011-03-31 13:49:44 +02:00
David Mansfield 5b5ec673b4 HHH-3646 - documentation for Criteria query of collection-of-component and collection-of-scalar functionality 2011-03-30 12:23:20 -05:00
David Mansfield 90fdca9053 HHH-3646 - throw a better exception when criteria is placed directly on component
In the CriteriaQueryTranslator, we process the path given by
a SubCriteria object looking for the entity name for the property. If
the SubCriteria was mistakenly created on a component type, we will exit
the loop using the owning entity, and will eventually end up failing
(throwing an exception) trying to lookup up the restricted property
against the entity, instead of against the component. Fix this by
throwing a more informative exception, and modify the documentation to
be explicit about how to do this properly.
2011-03-30 12:23:20 -05:00
adamw e0431adca9 HHH-6023: a citation pointing to the Envers User Guide in "take it further" 2011-03-30 19:01:19 +02:00
adamw 7501fdea53 HHH-6023: "take it further" for Envers 2011-03-30 17:59:48 +02:00
Strong Liu 801e59e606 HHH-6058 - Error in mapping file in Event.hbm.xml file for documentation in download 2011-03-30 19:03:05 +08:00
Strong Liu 8a7d14203d HHH-6057 documentation, hibernate.cfg.xml references wrong hbm path 2011-03-30 18:58:08 +08:00
Steve Ebersole ba71fe0132 HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00
Manuel Bernhardt 93569a6c82 HHH-5947 Clarifying the documentation 2011-03-28 15:13:10 +02:00
Manuel Bernhardt cf9391f40d HHH-5947 Clarifying the documentation 2011-03-28 15:13:09 +02:00
Steve Ebersole 753b95729a HHH-5913 - Implement set of event listeners as a service 2011-03-28 08:03:11 -05:00
Strong Liu d55e33c919 HHH-6036 - ignore publican temp output directory 2011-03-24 16:10:21 +08:00
Strong Liu 8c56875fc5 HHH-6036 integration documentation generation 2011-03-22 23:39:53 +08:00
Steve Ebersole 0af3a39c86 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 14:05:51 -05:00
Steve Ebersole fcc4593eb3 HHH-5650 - Pull documentation building into 'release' module 2011-03-18 12:39:01 -05:00
Misty Stanley-Jones 29a90c3aa8 Adding Dev Guide 2011-03-16 02:29:48 +10:00
Emmanuel Bernard a829d9c1c7 Clean documentation 2011-02-23 15:38:45 -06:00
Emmanuel Bernard 77c8d31ee1 HHH-5916 Add doc for PersisterClassProvider 2011-02-23 15:38:45 -06:00
Gail Badner 078dc94055 HHH-4878 : document materialized blob/clob, text/image and minor corrections 2011-02-23 15:18:44 -06:00
Strong Liu cc4055d50c merge https://github.com/hibernate/hibernate-core/pull/20 2010-12-03 22:39:38 +08:00
Strong Liu 12a0baeaa4 update document for the new adding dialect and also updated some steal dialect info 2010-12-03 22:30:51 +08:00
Erik-Berndt Scheper fb8ec5e3f9 HHH-5761 - Update source repository links in Envers documentation 2010-12-02 15:56:30 +01:00
Erik-Berndt Scheper de1d2a6247 HHH-5371 - Document sql table partitioning for audit tables 2010-11-24 13:58:54 +01:00
mstanleyjones 70f53da5da Edited Envers chapter 2010-10-13 14:27:28 +10:00