Vlad Mihalcea
7541a2d9e2
HHH-2643 - Improve Session.refresh() Javdoc to clarify contract
...
Instead of writing it in the JavaDocs, it's much more appropriate to document this behavior in the User Guide
(cherry picked from commit 5629457aa8
)
Conflicts:
documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
documentation/src/test/java/org/hibernate/userguide/pc/PersistenceContextTest.java
2017-02-14 19:01:37 -08:00
Vlad Mihalcea
517877fb27
HHH-2123 - clarification on the way interceptors and event system interact.
...
(cherry picked from commit d126faa7d9
)
2017-02-14 16:43:15 -08:00
Vlad Mihalcea
03629b617c
HHH-11174 - Document that XML file mappings can reside outside of JAR
...
(cherry picked from commit 8bd6cf6f6b
)
2017-02-14 16:34:31 -08:00
Vlad Mihalcea
e932475118
HHH-11189 - Remove all links to external blog posts from User Guide
...
(cherry picked from commit d02b95a572
)
2017-02-14 16:29:03 -08:00
Vlad Mihalcea
45c563fee8
HHH-3771 - Best practice for equals implementation
...
(cherry picked from commit 5ea187f035
)
2017-02-14 16:28:39 -08:00
Vlad Mihalcea
36ce18335f
HHH-7010 - Document mapping annotations
...
List and describe all JPA and Hibernate.annotations
(cherry picked from commit 2ecfd488b7
)
2017-02-14 16:22:53 -08:00
Vlad Mihalcea
933a9c465f
HHH-11132 - Add a Performance Tuning and Best Practices chapter
...
Add more details related to associations and fix typos
(cherry picked from commit cd41d71b06
)
2017-02-14 16:22:14 -08:00
Vlad Mihalcea
77c537cd6a
HHH-11132 - Add a Performance Tuning and Best Practices chapter
...
(cherry picked from commit a705b48c41
)
2017-02-14 16:21:58 -08:00
Vlad Mihalcea
612c0606db
HHH-11066 - Documentation regarding the reason @Filter is not supported with @Cache for collections
...
(cherry picked from commit 95ac619bce
)
2017-02-14 14:42:28 -08:00
Andrea Boriero
f697d26161
HHH-11023 - Startup performance regression : schema update/validate
...
(cherry picked from commit de3153a8e1
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/Helper.java
hibernate-core/src/test/java/org/hibernate/test/tool/schema/IndividuallySchemaValidatorImplTest.java
2017-01-11 00:37:35 -08:00
Vlad Mihalcea
113dc5dbcb
HHH-10243 - document package registration for Hibernate 5
...
(cherry picked from commit 705493d9e8
)
2016-12-21 14:53:38 -08:00
Gail Badner
887d129e11
HHH-11083 : clarify that hibernate.cache.keys_factory is only supported when using Infinispan
...
(cherry picked from commit 60d420b011
)
2016-11-22 23:33:14 -08:00
Radim Vansa
789724f4e4
Document `hibernate.cache.keys_factory`
2016-11-22 23:32:44 -08:00
Vlad Mihalcea
20c93c38e0
HHH-11142 - Document supported use/implications of @Cache / @Cacheable
...
(cherry picked from commit 88bc2db28a
)
2016-10-14 16:13:33 -07:00
Vlad Mihalcea
d58f6d4192
HHH-11116 - Improve the JPA bootstrapping section in the User Guide
...
(cherry picked from commit 2b30cabf2f
)
2016-09-23 18:51:39 -07:00
Vlad Mihalcea
f2ecfc1f53
HHH-11069 - Improve documentation regarding GenerationType.AUTO
...
Explain the two IdGeneratorStrategyInterpreter implementations and their relation to how AUTO resolves to an actual identifier strategy
(cherry picked from commit d88bf908da
)
2016-09-15 15:01:53 -07:00
Gail Badner
f60cb843eb
HHH-11059 : Improve documentation for JTA configuration in user guide
...
(cherry picked from commit b3d2c0fc90
)
2016-08-24 16:35:04 -07:00
Chris Cranford
129a7085fa
HHH-11025 - Document relation traversal api. (cherry picked from commit 6be8232
)
2016-08-11 17:51:30 -07:00
Vlad Mihalcea
80770ab13b
HHH-10523 - 2.3.20. SQL quoted identifiers in User Guide should discuss explicit enclosure in double-quotes (JPA)
2016-08-10 11:12:15 +03:00
Gail Badner
f8cd76f43f
HHH-10896 : Corrections for backporting.
...
HHH-10896 : Remove TransactionCoordinatorBuilder#buildDdlTransactionIsolator; add Helper#buildDefaultDdlTransactionIsolator
2016-08-01 23:12:35 -07:00
Steve Ebersole
fd38bc9df1
HHH-10896 - Exception thrown when dropping schema with a managed connection
...
(cherry picked from commit f4f279938d
)
Conflicts:
documentation/src/test/java/org/hibernate/userguide/multitenancy/AbstractMultiTenancyTest.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/TransactionCoordinatorBuilder.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jdbc/internal/JdbcResourceLocalTransactionCoordinatorBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/resource/transaction/backend/jta/internal/JtaTransactionCoordinatorBuilderImpl.java
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/AbstractJdbcConnectionContextImpl.java
hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/GenerationTargetToDatabase.java
hibernate-core/src/test/java/org/hibernate/test/tool/schema/SchemaValidatorImplTest.java
2016-08-01 22:13:26 -07:00
Vlad Mihalcea
2e42bfb209
HHH-11013 - The release task creates two documentation folders for UserGuide
2016-08-01 11:21:00 +03:00
Vlad Mihalcea
a06cc89cdb
HHH-11002 - Add documentation section about Filter and FilterDef
...
Remove @Where clause on collection since it does not work on this branch
2016-07-28 16:37:58 +03:00
Vlad Mihalcea
ca9084cb53
HHH-11002 - Add documentation section about Filter and FilterDef
2016-07-28 16:19:02 +03:00
Dmytro Bondar
a41242fcef
HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
2016-07-21 16:24:17 +03:00
Vlad Mihalcea
a27a13313d
HHH-10971 - Document flush operation order
2016-07-19 18:08:23 +03:00
Vlad Mihalcea
1b83be8a75
HHH-10966 - Document @DiscriminatorValue NULL and NOT_NULL options
2016-07-18 17:42:46 +03:00
Gunnar Morling
1b3e067235
HHH-10812 Addressing review remarks
2016-06-28 11:47:57 +01:00
Gunnar Morling
538412bdc4
HHH-10812 Adding documentation
2016-06-28 11:47:36 +01:00
Vlad Mihalcea
2e7d0015be
Update the Locking documentation
...
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior
2016-06-23 16:26:30 +03:00
Vlad Mihalcea
0609471258
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 15:06:58 +03:00
Vlad Mihalcea
1f14ec555c
HHH-10361 - Child module osgi does not exist in hibernate-tutorials
2016-06-07 17:23:52 +03:00
Vlad Mihalcea
0d38b85d79
Add Oracle and SQL Server dependencies based on the supplied db property
2016-06-02 09:54:24 +03:00
Vlad Mihalcea
1c4db6f1c0
HHH-10052 - documentation about hashCode and equals not up to date
2016-05-25 13:11:27 +03:00
Vincent Ricard
212552576d
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:06:38 +03:00
Vincent Ricard
ab587d0bdd
HHH-10535 Documentation: hibernate.order_updates configuration property
2016-05-23 08:39:50 +03:00
Vlad Mihalcea
f7e3dc16cb
Fix layout issue in documentation due to improper use of spacing for preformatted text
2016-05-18 10:08:03 +03:00
Vlad Mihalcea
da347c6d0c
HHH-10691 - Fix tests failing when switching to PostgreSQL
...
HHH-10696 - Add a new CatalogFilterTest
2016-05-13 15:29:04 +01:00
Karel Maesen
7ad1c59876
Updates Spatial Documentation
2016-04-19 08:30:52 +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