Vlad Mihalcea
e1fa1647fb
HHH-7412 - JDBCTransactionFactory.getDefaultReleaseMode() returns incorrect ConnectionReleaseMode
...
Document that JDBC transactions use ON_CLOSE connection release mode
2016-03-23 09:12:47 +02:00
David Pilato
eefbc5cdec
buildSessionFactory() should return a sessionFactory
...
The example does not compile for obvious reason :)
2015-03-05 16:22:57 +00:00
Gail Badner
392d1c6979
HHH-9468 : Add documentation about enabling NamingStrategyDelegator implementations
...
(cherry picked from commit f3a8ba6351
)
2015-01-28 18:45:54 -08:00
Gail Badner
4f129fb9ec
HHH-9468 : Add documentation about enabling NamingStrategyDelegator implementations
...
(cherry picked from commit f07181e079
)
2015-01-28 02:24:40 -08:00
Brett Meyer
bb73ba9d6f
HHH-8904 minor edits
2014-05-27 22:06:54 -04:00
Jeremy Whiting
ba913eace2
HHH-8904 documentation for build time bytecode enhancements
2014-05-27 22:06:52 -04:00
bleporini
9cf6f6dfaa
HHH-9039 Update collection_mapping.xml typos
2014-03-12 14:37:34 -04:00
Evan Severson
e0c7a64e1b
HHH-8815 Updated example code for session scoped interceptor
2014-03-12 13:23:06 -04:00
Brett Meyer
856721507c
HHH-8674 - fixed usage of deprecated method
...
Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:45 -05:00
akotlyarov
ea256ac1d6
HHH-8674 - fixed usage of deprecated method Configuration#buildSessionFactory() in documentation
2014-01-28 17:19:42 -05:00
Brett Meyer
4cccaa5d31
HHH-3453 updated list of Dialects in docs
2014-01-06 19:12:47 -05:00
Brett Meyer
af1536e9dd
HHH-8790 added @Filter deduceAliasInjectionPoints info and examples to
...
user guide
2014-01-02 17:44:28 -05:00
Brett Meyer
323cc9d0b0
HHH-3541 minor xml tag correction in docs
2013-12-12 14:14:48 -05:00
Brett Meyer
50a73150da
HHH-8734 upgraded gradle-jdocbook
2013-11-25 13:53:52 -05:00
Brett Meyer
0accd089bd
HHH-8734 upgraded gradle-jdocbook
2013-11-21 14:55:22 -05:00
Brett Meyer
70b9644ca4
HHH-8528 correct docs and quickstarts to support stopping/restarting a
...
client bundle
Conflicts:
documentation/src/main/docbook/devguide/en-US/chapters/osgi/OSGi.xml
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java
2013-10-28 14:34:15 -04:00
Brett Meyer
8d9c594f5f
HHH-3812 minor fix in envers docs
2013-10-02 15:54:01 -04:00
Darren Evenson
9b4c401d04
HHH-8427 Typo in documentation - Basic Mapping
2013-08-06 12:10:43 -04:00
Darren Evenson
74efab3e79
HHH-8055 error in docs - associations and joins - meaning is opposite of intended meaning
2013-08-06 12:08:40 -04:00
Darren Evenson
baccf6ac03
HHH-4141 Typo: "declared" incorrectly spelled ("decalred")
2013-08-06 12:01:19 -04:00
Brett Meyer
927a25ec21
HHH-8112 Added additional caveats to OSGi devguide
2013-06-07 11:33:03 -04:00
Brett Meyer
80dc1e6fd1
HHH-8265 Documented the reasoning for importing o.h.proxy and
...
javassist.util.proxy in the quickstarts. Added a load proxy test.
Conflicts:
documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java
2013-06-05 18:49:06 -04:00
Brett Meyer
0dffbee80c
HHH-8112 Minor tweaks for 4.2 devguide
2013-06-03 16:33:03 -04:00
Brett Meyer
76a06dbb33
HHH-8112 quickstart tutorial chapter
2013-06-03 16:16:08 -04:00
Brett Meyer
2f83a23958
HHH-8112 osgi devguide
2013-06-03 16:16:05 -04:00
Brett Meyer
8f07d59243
HHH-8273 Incorrect "unique-key" naming comment in docs
2013-05-25 20:29:31 -04:00
Brett Meyer
2a23b9fa99
HHH-8112 removed variables from POMs -- not supported by docbook
2013-05-21 18:04:08 -04:00
Brett Meyer
61f0843a94
HHH-8112 OSGi quickstart tutorial projects
2013-05-21 15:16:46 -04:00
Strong Liu
2daa528cd1
HHH-8186 Typo in docs, Caching section nonstrict != nontrict
2013-04-16 12:42:17 +08:00
Lukasz Antoniak
772f3cbc5d
HHH-8171 - Cleanup
2013-04-15 00:00:08 +02:00
Kristoffer Lundberg
120237e007
HHH-8171 - SETORDINAL to support set of embeddables
2013-04-15 00:00:07 +02:00
Strong Liu
69239e8dd6
HHH-7667 docs
2013-03-16 16:45:58 +08:00
Strong Liu
8406e3824d
HHH-7746 - docs
2013-03-14 15:43:43 +08:00
Strong Liu
37f3fd7bc7
HHH-7872 docs
2013-03-13 22:56:03 +08:00
Strong Liu
073d673895
HHH-7978 - Document new feature from HHH-5869
2013-03-13 14:40:28 +08:00
Lukasz Antoniak
797819ff07
HHH-6613 - Support for audited @ElementCollection of embeddables
2013-02-28 13:43:41 +01:00
Strong Liu
b22bb1a7a8
HHH-7947 remove not maintained 2LC from doc
2013-01-28 14:55:01 -05:00
Kamyar Sajjadi
f8e07a40ec
Changed the URL to maven.apache.org insted of maven.org
2013-01-28 14:55:01 -05:00
Lukasz Antoniak
5bf8d84379
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
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
hibernate-core/src/main/java/org/hibernate/criterion/Order.java
2013-01-28 14:19:58 -05:00
Kamyar Sajjadi
4cdaae7a29
HHH-4562 - Fixed the typo in chapter 7.3.1. Added bigint after personId
2012-12-12 10:47:07 -05:00
Kamyar Sajjadi
bc7a2c2d24
HHH-5973 - Replaced , with + in AuditInterceptor.java and in events.xml
2012-12-12 10:40:32 -05:00
Kamyar Sajjadi
3399e34acd
HHH-7029 - prependListeners changed to appendListeners in chapter 7.9.1. Integrator use-cases example
2012-12-12 10:40:24 -05:00
brmeyer
f4fc7f21a4
HHH-7811 grammar error in devguide for HB
2012-12-07 12:13:21 -05:00
Kamyar Sajjadi
e204ac79db
HHH-7813 - Fixed the mistakes in code examples. All the examples was in chapter 4 (Batch processing).
2012-12-07 12:09:40 -05:00
Steve Ebersole
b879c6ab7d
HHH-7575 - Hibernate Getting Started Guide refers to incorrect tutorial directory for annotations tutoral
...
(cherry picked from commit 094c08cd08
)
2012-09-06 08:45:43 -05:00
Strong Liu
cc7d8d8e08
HHH-7385 change to use gradle 1.1
2012-08-08 17:53:17 +08:00
Gail Badner
e422250076
HHH-7493 : Documentation still refers to dom4j as an entity mode
2012-08-08 00:52:13 -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