EntityManager does not write to database
问题 i just set up a so far still quite minimal project maven/jpa/hibernate project, where i am trying to persist an object. My class is a quite simple one: @Entity public class Person { @Id @GeneratedValue private int id; private String name; } My persistence.xml is very basic as well: <persistence xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence