Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 902355d4d2a6ce666c07b41a37878894fb263837
https://github.com/hibernate/hibernate-orm/commit/902355d4d2a6ce666c07b41...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ordering/ast/OrderingExpression.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/spi/SqmCreationContext.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/SqlAstCreationContext.java
Log Message:
-----------
javadoc for creation contexts
Commit: fc4a9a245ec1691fbe7050d868c4ca90816b9b91
https://github.com/hibernate/hibernate-orm/commit/fc4a9a245ec1691fbe7050d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/dialect/lock/AbstractSelectLockingStrategy.java
M
hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
M
hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/UpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/Mapping.java
M
hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryDelegatingImpl.java
M
hibernate-core/src/main/java/org/hibernate/engine/spi/SessionFactoryImplementor.java
M
hibernate-core/src/main/java/org/hibernate/id/insert/UniqueKeySelectingDelegate.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/EntityBatchLoaderInPredicate.java
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/StandardBatchLoaderFactory.java
M hibernate-core/src/main/java/org/hibernate/metamodel/RuntimeMetamodels.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/RuntimeMetamodelsImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/ToOneAttributeMapping.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/RuntimeMetamodelsImplementor.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M
hibernate-core/src/main/java/org/hibernate/query/sql/internal/ResultSetMappingProcessor.java
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntityDelayedFetchInitializer.java
M hibernate-core/src/main/java/org/hibernate/type/ComponentType.java
M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
M hibernate-core/src/main/java/org/hibernate/type/ManyToOneType.java
M hibernate-core/src/main/java/org/hibernate/type/MappingContext.java
M hibernate-core/src/main/java/org/hibernate/type/SpecialOneToOneType.java
M
hibernate-envers/src/main/java/org/hibernate/envers/strategy/internal/ValidityAuditStrategy.java
M
tooling/metamodel-generator/src/main/java/org/hibernate/processor/validation/MockSessionFactory.java
Log Message:
-----------
move impl of MappingContext from SessionFactoryImplementor to
RuntimeMetamodelsImplementor
Commit: 7e9ff01ab3a5e0cd90f970dc6d355eecd0aa1d0f
https://github.com/hibernate/hibernate-orm/commit/7e9ff01ab3a5e0cd90f970d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-05 (Sun, 05 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/Mapping.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Column.java
M hibernate-core/src/main/java/org/hibernate/mapping/IdentifierCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
M hibernate-core/src/main/java/org/hibernate/mapping/Set.java
M hibernate-core/src/main/java/org/hibernate/mapping/Value.java
M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
M hibernate-core/src/main/java/org/hibernate/type/MetaType.java
M hibernate-core/src/main/java/org/hibernate/type/Type.java
Log Message:
-----------
add forRemoval = true to some @Deprecated tags
Compare:
https://github.com/hibernate/hibernate-orm/compare/da8a13b73dfa...7e9ff01...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications