HHH-13995 Remove dead code from StandardBasicTypes
This commit is contained in:
parent
922ec04422
commit
2c12ca401d
|
@ -29,8 +29,6 @@ public final class StandardBasicTypes {
|
||||||
private StandardBasicTypes() {
|
private StandardBasicTypes() {
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Set<SqlTypeDescriptor> SQL_TYPE_DESCRIPTORS = new HashSet<SqlTypeDescriptor>();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The standard Hibernate type for mapping {@link Boolean} to JDBC {@link java.sql.Types#BIT BIT}.
|
* The standard Hibernate type for mapping {@link Boolean} to JDBC {@link java.sql.Types#BIT BIT}.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue