We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b4b69 commit d38f3ebCopy full SHA for d38f3eb
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