Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-15-2022 01:04 PM
import org.springframework.data.neo4j.core.schema.Id; import org.springframework.data.neo4j.core.schema.Node; import org.springframework.data.neo4j.core.schema.Property; @Node("customer") public class Customer { @Id @Property("mobnumber") private String mobnumber; @Id @Property("accnumber") private String accnumber;
All the sessions of the conference are now available online