8000
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 456add0 commit c62c301Copy full SHA for c62c301
hibernate-reactive-core/src/test/java/org/hibernate/ReactiveStatelessWithBatchTest.java renamed to hibernate-reactive-core/src/test/java/org/hibernate/reactive/ReactiveStatelessWithBatchTest.java
@@ -3,11 +3,10 @@
3
* SPDX-License-Identifier: Apache-2.0
4
* Copyright: Red Hat Inc. and Hibernate Authors
5
*/
6
-package org.hibernate;
+package org.hibernate.reactive;
7
8
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
9
import org.hibernate.cfg.Configuration;
10
-import org.hibernate.reactive.BaseReactiveTest;
11
import org.hibernate.reactive.annotations.EnabledFor;
12
import org.hibernate.reactive.testing.SqlStatementTracker;
13
0 commit comments