influxdb-java icon indicating copy to clipboard operation
influxdb-java copied to clipboard

Question:What is the difference between InfluxDBMapper and InfluxDBResultMapper?

Open wimmerX opened this issue 4 years ago • 1 comments

wimmerX avatar Jun 11 '20 09:06 wimmerX

Hi @wimmerX The InfluxDBResultMapper was developed first and what it achieves is to map the results fetched to objects. The InfluxDBMapper can be used to persist those objects as well as fetching the results as objects. Behind the scenes InfluxDBMapper uses the InfluxDBResultMapper.

gkatzioura avatar Jun 20 '20 23:06 gkatzioura