680 Commits

Author SHA1 Message Date
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 fa4f0850c37d043e092c62f15503e6d8939c0428)
2014-01-16 11:38:46 -06:00
Steve Ebersole
d0a699de68 HHH-8865 - Create topical guide for logging
(cherry picked from commit 2d26135a5ae518fb3a1a280f587c8eac5323b199)
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