6162636465666768697071
} catch(Exception e) { //ignore } Entity bean = home.create(12345, 6789); bean.write(7890); bean.read(); bean.remove(); } catch(Exception e)