I wanna design an Entity Class which has a String[] property. This String Array always has two values and I dont want Hibernate (or rather JPA) create an extra table for this bu
If this array always has two elements, why not simply create a class to hold them and than map that class as Component?