Trying to create @relatedToVia as mentioned below.
@NodeEntity
abstract public class Table{
@GraphId
Long id1;
@RelatedToVia(type="hasRowFields")
protected RowField[] rowFields;
Can we relate on an array data type?
If not, what is the other way of relating in this scenario?
Error
org.springframework.data.mapping.model.MappingException