File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
hibernate-core/src/main/java/org/hibernate/sql/results/internal Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 11
11
import java .util .List ;
12
12
13
13
import org .hibernate .engine .spi .EntityKey ;
14
- import org .hibernate .sql .results .LoadingLogger ;
15
14
import org .hibernate .sql .results .graph .DomainResultAssembler ;
16
15
import org .hibernate .sql .results .graph .Initializer ;
17
16
import org .hibernate .sql .results .graph .InitializerData ;
24
23
25
24
import org .checkerframework .checker .nullness .qual .Nullable ;
26
25
27
- import org .jboss .logging .Logger ;
28
-
29
26
/**
30
27
* @author Steve Ebersole
31
28
*/
@@ -45,8 +42,6 @@ public class StandardRowReader<T> implements RowReader<T> {
45
42
private final ComponentType componentType ;
46
43
private final Class <?> resultElementClass ;
47
44
48
- private static final Logger LOGGER = LoadingLogger .LOGGER ;
49
-
50
45
public StandardRowReader (
51
46
JdbcValuesMappingResolution jdbcValuesMappingResolution ,
52
47
RowTransformer <T > rowTransformer ,
You can’t perform that action at this time.
0 commit comments