[hibernate/hibernate-orm] 0ab6c1: HHH-12770 - Document @NotFound(action = NotFoundAc...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 0ab6c1178b0e09ad2f1065f4bc8bef46a49f6ae1
https://github.com/hibernate/hibernate-orm/commit/0ab6c1178b0e09ad2f1065f...
Author: Fernando Guardiola <fernando.guardiola(a)axisdata.net>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/associations.adoc
M documentation/src/test/java/org/hibernate/userguide/associations/NotFoundTest.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaManyToOneLazyFetchingTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaManyToOneNotIgnoreLazyFetchingTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaOneToManyNotIgnoreLazyFetchingTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/formula/JoinFormulaOneToOneNotIgnoreLazyFetchingTest.java
Log Message:
-----------
HHH-12770 - Document @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY behavior
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months
[hibernate/hibernate-orm] 6c5e17: HHH-12892 - Fix spelling issues in the User Guide
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 6c5e1726093a5347551b61d9e84ae9dd9f08ece6
https://github.com/hibernate/hibernate-orm/commit/6c5e1726093a5347551b61d...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2018-08-13 (Mon, 13 Aug 2018)
Changed paths:
M documentation/src/main/asciidoc/integrationguide/chapters/services/Services.adoc
M documentation/src/main/asciidoc/quickstart/guides/preface.adoc
M documentation/src/main/asciidoc/topical/bootstrap/LegacyBootstrapping.adoc
M documentation/src/main/asciidoc/topical/bootstrap/NativeBootstrapping.adoc
M documentation/src/main/asciidoc/topical/bytecode/BytecodeEnhancement.adoc
M documentation/src/main/asciidoc/topical/metamodelgen/MetamodelGenerator.adoc
M documentation/src/main/asciidoc/topical/registries/ServiceRegistries.adoc
M documentation/src/main/asciidoc/topical/wildfly/Wildfly.adoc
M documentation/src/main/asciidoc/userguide/Preface.adoc
M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
M documentation/src/main/asciidoc/userguide/appendices/BestPractices.adoc
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M documentation/src/main/asciidoc/userguide/appendices/Legacy_Bootstrap.adoc
M documentation/src/main/asciidoc/userguide/appendices/Legacy_Criteria.adoc
M documentation/src/main/asciidoc/userguide/appendices/Legacy_DomainModel.adoc
M documentation/src/main/asciidoc/userguide/appendices/Legacy_Native_Queries.adoc
M documentation/src/main/asciidoc/userguide/chapters/architecture/Architecture.adoc
M documentation/src/main/asciidoc/userguide/chapters/batch/Batching.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/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/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/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/jdbc/Database_Access.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/osgi/OSGi.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/portability/Portability.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/criteria/Criteria.adoc
M documentation/src/main/asciidoc/userguide/chapters/query/hql/HQL.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/transactions/Transactions.adoc
M documentation/src/test/java/org/hibernate/userguide/hql/CallStatistics.java
M documentation/src/test/java/org/hibernate/userguide/mapping/basic/BitSetUserTypeTest.java
M documentation/src/test/java/org/hibernate/userguide/mapping/generated/CreationTimestampTest.java
M documentation/src/test/java/org/hibernate/userguide/mapping/generated/DatabaseValueGenerationTest.java
M documentation/src/test/java/org/hibernate/userguide/mapping/generated/InMemoryValueGenerationTest.java
Log Message:
-----------
HHH-12892 - Fix spelling issues in the User Guide
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 4 months