From 1c93f10adf259ecc76ab64f2e4df7774fc87c4d3 Mon Sep 17 00:00:00 2001 From: Gavin King Date: Wed, 11 Dec 2024 23:56:36 +0100 Subject: [PATCH] update SessionFactory javadoc --- .../main/java/org/hibernate/SessionFactory.java | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/hibernate-core/src/main/java/org/hibernate/SessionFactory.java b/hibernate-core/src/main/java/org/hibernate/SessionFactory.java index a0ddc6bfcc..1f0e2f9b7e 100644 --- a/hibernate-core/src/main/java/org/hibernate/SessionFactory.java +++ b/hibernate-core/src/main/java/org/hibernate/SessionFactory.java @@ -89,9 +89,9 @@ import static org.hibernate.internal.TransactionManagement.manageTransaction; * used in a sophisticated way by libraries or frameworks to implement generic * concerns involving entity classes. *

- * When the Metamodel Generator is used, elements of this metamodel may also - * be obtained in a typesafe way, via the generated metamodel classes. For - * an entity class {@code Book}, the generated {@code Book_} class has: + * When Hibernate Processor is used, elements of this metamodel may also be + * obtained in a typesafe way, via the generated metamodel classes. For an + * entity class {@code Book}, the generated {@code Book_} class has: *