@sdeleuze is there a comprehensive list of underlying persistence technologies which do not need no-arg plugin? I see Mongo is mentioned as an example, but how can we find the rest?
s
sdeleuze
09/26/2017, 7:43 AM
Good point, I will se that with Spring Data team
c
Czar
09/26/2017, 7:44 AM
Thanks!
s
sdeleuze
09/26/2017, 8:01 AM
So all store modules that use the Spring Data object mapping, don't need that default constructor. Currently modules not using it are JPA, LDAP and Neo4J. It may change for Neo4J in the future so I won't be too much specific in the doc.