package io.trygvis.container.myapp; import javax.persistence.Entity; @Entity public class MyEntity { public Long id; public String name; }