HHH-9736 : BigIntegerType should use BigIntTypeDescriptor
This commit is contained in:
parent
31b011fecb
commit
4431f094c8
|
@ -29,7 +29,6 @@ import java.sql.Types;
|
|||
import org.hibernate.dialect.Dialect;
|
||||
import org.hibernate.type.descriptor.java.BigIntegerTypeDescriptor;
|
||||
import org.hibernate.type.descriptor.sql.BigIntTypeDescriptor;
|
||||
import org.hibernate.type.descriptor.sql.NumericTypeDescriptor;
|
||||
|
||||
/**
|
||||
* A type that maps between a {@link Types#NUMERIC NUMERIC} and {@link BigInteger}.
|
||||
|
|
Loading…
Reference in New Issue