HHH-11296 HHH-11818 : Fix test to work for pre-5.2
This commit is contained in:
parent
4df2559816
commit
30c0b96c92
|
@ -12,7 +12,6 @@ import java.lang.reflect.Proxy;
|
|||
import java.sql.CallableStatement;
|
||||
import java.sql.PreparedStatement;
|
||||
import java.sql.SQLException;
|
||||
import java.util.TimeZone;
|
||||
|
||||
import org.hibernate.engine.jdbc.LobCreator;
|
||||
import org.hibernate.engine.jdbc.NonContextualLobCreator;
|
||||
|
@ -101,11 +100,6 @@ public class MaterializedNClobBindTest {
|
|||
public SqlTypeDescriptor remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public TimeZone getJdbcTimeZone() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
private PreparedStatement createPreparedStatementProxy(WrapperOptions options) {
|
||||
|
|
Loading…
Reference in New Issue