<@U6NNU1X5H> I have added a new section about JPA ...
# spring
s
c
@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
Good point, I will se that with Spring Data team
c
Thanks!
s
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.
I will update it anyway to give more details.
👍 2
p
Awesome!