Skip to content

Commit 4978309

Browse files
authored
chore: remove unused imports (#59)
1 parent b788d8b commit 4978309

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/io/github/mpecan/upsert/type/EnumTypeMapper.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
package io.github.mpecan.upsert.type
22

33
import org.hibernate.annotations.JdbcTypeCode
4-
import org.hibernate.type.SqlTypes
54
import org.springframework.core.annotation.Order
65
import java.lang.reflect.Field
7-
import java.sql.Types
86

97
/**
108
* Type mapper for enum values that converts them to their ordinal values.

0 commit comments

Comments
 (0)