malteseduck / spring-data-marklogic

An implementation of the Spring Data interfaces for the MarkLogic NoSQL database
Apache License 2.0
7 stars 9 forks source link

Expose "toEntityList" in the MappingMarkLogicConverter #10

Closed malteseduck closed 7 years ago

malteseduck commented 7 years ago

Either make this public, or make an easy way for users to deserialize the results and take advantage of mapping logic from entity annotations?

malteseduck commented 7 years ago

The refactor of the converter allows easier use and extension of the mapping logic