diff --git a/hibernate-core/src/main/java/org/hibernate/Cache.java b/hibernate-core/src/main/java/org/hibernate/Cache.java index dbb39429c0..3e6b744496 100644 --- a/hibernate-core/src/main/java/org/hibernate/Cache.java +++ b/hibernate-core/src/main/java/org/hibernate/Cache.java @@ -49,7 +49,7 @@ package org.hibernate; *
* Very occasionally, it's necessary or advantageous to control the cache explicitly * via programmatic eviction, using, for example, {@link #evictEntityData(Class)} to - * evicts a whole cache region, or {@link #evictEntityData(Class, Object)}, to evict + * evict a whole cache region, or {@link #evictEntityData(Class, Object)}, to evict * a single item. *
* If multiple entities or roles are mapped to the same cache region, they share diff --git a/hibernate-core/src/main/java/org/hibernate/annotations/package-info.java b/hibernate-core/src/main/java/org/hibernate/annotations/package-info.java index 45c306af7a..2fcf704d1f 100644 --- a/hibernate-core/src/main/java/org/hibernate/annotations/package-info.java +++ b/hibernate-core/src/main/java/org/hibernate/annotations/package-info.java @@ -209,8 +209,8 @@ * The JPA-defined {@link jakarta.persistence.Cacheable} annotation is almost useless * to us, since: *