HHH-9736 : BigIntegerType should use BigIntTypeDescriptor

This commit is contained in:
Gail Badner 2015-04-28 16:10:02 -07:00
parent 31b011fecb
commit 4431f094c8
1 changed files with 0 additions and 1 deletions

View File

@ -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}.