Convert String to Blob String data = "hello world"; java.sql.Blob blob = org.hibernate.Hibernate.createBlob(data.getBytes());
確定! 回上一頁