You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Entity
@Table(name="groups")
public class GroupData {
@Id
@GeneratedValue
public long id;
public long groupId;
public String groupName;
public String[] test;
}
Example: