Olá,
É possível converte uma variável do tipo String em tipo Ref ?
private Ref x;
String y = tf_x.getText();
Quero que esse y seja convertido no tipo Ref ( java.sql.Ref), mas já tentei e pesquisei bastante e não obtive êxito. Se alguém puder me ajudar agradeço muito.