We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937645a commit 7159929Copy full SHA for 7159929
hibernate-reactive-core/src/test/java/org/hibernate/reactive/CacheTest.java
@@ -215,7 +215,7 @@ public void testCacheWithNativeSQL(TestContext context) {
215
@Entity(name = "Named")
216
@Table(name = "named_thing")
217
@Cacheable
218
- @Cache(region = "reg.named", usage = NONSTRICT_READ_WRITE)
+ @Cache(region = "named", usage = NONSTRICT_READ_WRITE)
219
static class Named {
220
@Id
221
@GeneratedValue
0 commit comments