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: *