package finki.diplomska.tripplanner.models; import javax.persistence.Embeddable; @Embeddable public class Period { private String period; }