666768697071727374757677
} @Test public void unidirectionalManyToOne() throws Exception { Horse horse = new Horse(); horse.setName("Palefrenier"); em.persist(horse); Cavalier cavalier = new Cavalier(); cavalier.setName("Caroline"); cavalier.setHorse(horse);