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 b788d8b commit 4978309Copy full SHA for 4978309
src/main/kotlin/io/github/mpecan/upsert/type/EnumTypeMapper.kt
@@ -1,10 +1,8 @@
1
package io.github.mpecan.upsert.type
2
3
import org.hibernate.annotations.JdbcTypeCode
4
-import org.hibernate.type.SqlTypes
5
import org.springframework.core.annotation.Order
6
import java.lang.reflect.Field
7
-import java.sql.Types
8
9
/**
10
* Type mapper for enum values that converts them to their ordinal values.
0 commit comments