List<MyObject>

问题描述 投票:0回答:1

public class Location
{

 . 
 .
 .
 @Property(name = "zone_quantities")
 private List<ZoneQuantity> zoneQuantityList;
}

neo4j spring-data-neo4j neo4j-ogm
1个回答
© www.soinside.com 2019 - 2024. All rights reserved.