@ -42,21 +43,22 @@ public class DefaultJdbcTypeFactory implements JdbcTypeFactory {
@@ -42,21 +43,22 @@ public class DefaultJdbcTypeFactory implements JdbcTypeFactory {
Assert.notNull(operations,"JdbcOperations must not be null");
Assert.notNull(jdbcTypeToSqlName,"JdbcTypeToSqlName must not be null");
Assert.notNull(arrayColumns,"JdbcArrayColumns must not be null");
this.operations=operations;
this.jdbcTypeToSqlName=jdbcTypeToSqlName;
this.arrayColumns=arrayColumns;
}
@Override
@ -64,21 +66,13 @@ public class DefaultJdbcTypeFactory implements JdbcTypeFactory {
@@ -64,21 +66,13 @@ public class DefaultJdbcTypeFactory implements JdbcTypeFactory {
@ -100,11 +100,10 @@ public class AbstractJdbcConfiguration implements ApplicationContextAware {
@@ -100,11 +100,10 @@ public class AbstractJdbcConfiguration implements ApplicationContextAware {