9293949596979899100101102103
} @Test public void unidirectionalOneToOne() throws Exception { Vehicle vehicle = new Vehicle(); vehicle.setBrand("Mercedes"); Wheel wheel = new Wheel(); wheel.setVehicle(vehicle); em.persist(vehicle);