Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 606ae62499dec64f0b94c835ad6b2b7e07ac0dd9
https://github.com/hibernate/hibernate-orm/commit/606ae62499dec64f0b94c83...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2023-01-27 (Fri, 27 Jan 2023)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
M documentation/src/main/asciidoc/userguide/chapters/batch/Batching.adoc
M documentation/src/main/asciidoc/userguide/chapters/beans/Beans.adoc
M documentation/src/main/asciidoc/userguide/chapters/bootstrap/Bootstrap.adoc
M documentation/src/main/asciidoc/userguide/chapters/caching/Caching.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/access.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/associations.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/basic_types.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/customizing.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/dynamic_model.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/immutability.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/inheritance.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/naming.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/natural_id.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/types.adoc
M documentation/src/main/asciidoc/userguide/chapters/envers/Envers.adoc
M documentation/src/main/asciidoc/userguide/chapters/events/Events.adoc
M documentation/src/main/asciidoc/userguide/chapters/fetching/Fetching.adoc
M documentation/src/main/asciidoc/userguide/chapters/flushing/Flushing.adoc
M documentation/src/main/asciidoc/userguide/chapters/locking/Locking.adoc
M documentation/src/main/asciidoc/userguide/chapters/multitenancy/MultiTenancy.adoc
M documentation/src/main/asciidoc/userguide/chapters/pc/BytecodeEnhancement.adoc
M documentation/src/main/asciidoc/userguide/chapters/pc/PersistenceContext.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/hql/Query.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/native/Native.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc
M documentation/src/main/asciidoc/userguide/chapters/schema/Schema.adoc
M documentation/src/main/asciidoc/userguide/chapters/statistics/Statistics.adoc
M documentation/src/main/asciidoc/userguide/chapters/tooling/Tooling.adoc
M documentation/src/main/asciidoc/userguide/chapters/tooling/modelgen.adoc
M documentation/src/main/asciidoc/userguide/chapters/transactions/Transactions.adoc
Log Message:
-----------
Unify example includes in terms of well-defined asciidoc attributes
preparation step for moving tests out of `documentation` and into the proper projects
(core, envers and spatial)