3738394041424344454647
try { em = emf.createEntityManager(); // An entity with a String key name and no ancestors. BookStringId book1 = new BookStringId("978-0-596-52272-8"); em.persist(book1); } finally { em.close(); }