Обсуждение: How Java interface with the JSON data type?

Поиск
Список
Период
Сортировка

How Java interface with the JSON data type?

От
Vernon Wu
Дата:
Hi,

As a long time PostgreSQL user, I am very interested in the JSON feature. I am wondering how it shall be used in Java/Scala. Does it go through the regular jdbc or a special interface? Also, is anything similar with Spring Data Mongo for this PostgreSQL document DB feature?

Thanks. 

Re: [INTERFACES] How Java interface with the JSON data type?

От
Dave Cramer
Дата:
The easiest is through JDBC There is no special interface.

Can you show me the docs for Spring Data Mongo ?


On 5 July 2016 at 12:55, Vernon Wu <a-vewu@expedia.com> wrote:
Hi,

As a long time PostgreSQL user, I am very interested in the JSON feature. I am wondering how it shall be used in Java/Scala. Does it go through the regular jdbc or a special interface? Also, is anything similar with Spring Data Mongo for this PostgreSQL document DB feature?

Thanks.