File tree 1 file changed +0
-4
lines changed
hibernate-reactive-core/src/main/java/org/hibernate/reactive/stage/impl
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
package org .hibernate .reactive .stage .impl ;
7
7
8
- import java .lang .invoke .MethodHandles ;
9
8
import java .util .List ;
10
9
import java .util .concurrent .CompletionStage ;
11
10
16
15
import org .hibernate .graph .spi .RootGraphImplementor ;
17
16
import org .hibernate .query .Order ;
18
17
import org .hibernate .query .Page ;
19
- import org .hibernate .reactive .logging .impl .Log ;
20
- import org .hibernate .reactive .logging .impl .LoggerFactory ;
21
18
import org .hibernate .reactive .query .ReactiveSelectionQuery ;
22
19
import org .hibernate .reactive .stage .Stage .SelectionQuery ;
23
20
29
26
import jakarta .persistence .Parameter ;
30
27
31
28
public class StageSelectionQueryImpl <T > implements SelectionQuery <T > {
32
- private static final Log LOG = LoggerFactory .make ( Log .class , MethodHandles .lookup () );
33
29
private final ReactiveSelectionQuery <T > delegate ;
34
30
35
31
public StageSelectionQueryImpl (ReactiveSelectionQuery <T > delegate ) {
You can’t perform that action at this time.
0 commit comments