// Create two bean instances Account anAccount = accountHome.create(); Account anotherAccount = accountHome.create("12345"); // Remove a bean instance accountHome.remove("12345");