Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ccurp-0001Kr-N0 for pgsql-interfaces@arkaria.postgresql.org; Sun, 12 Feb 2017 14:11:05 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1ccuro-0003Qg-8n for pgsql-interfaces@arkaria.postgresql.org; Sun, 12 Feb 2017 14:11:04 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ccurn-0003QZ-IH for pgsql-interfaces@postgresql.org; Sun, 12 Feb 2017 14:11:03 +0000 Received: from mail-wm0-x235.google.com ([2a00:1450:400c:c09::235]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1ccurk-0003Cb-GZ for pgsql-interfaces@postgresql.org; Sun, 12 Feb 2017 14:11:02 +0000 Received: by mail-wm0-x235.google.com with SMTP id v77so77473164wmv.0 for ; Sun, 12 Feb 2017 06:11:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=c8FknAWvNwVVc20xBbYNWKOTn8L9cbbF2DndK4X8T2o=; b=qd2+wBHZVjPRLkBUKdF71nNFSiFz6B8TQpUg5NWr8+GZZxxqwXORfIefSEP0pXfmBZ zX5X0q8wev+0nMnWfdwV+PjUPMndnfBepLXffjqzVW/MYUXZPcuuVpxa3hq3EupPxZv2 KTlwXH/JkBoOM7yC0SIl5hTQoUPp9Qia1Fy5MevTFKCv7wjXjbB6bMf5vbZufz975yF/ NJCqvtjHgHg3MNs5iEDySFt1DFw8Jw3cPJ9dT1ksu8TRjUTuobM5XjYZWh1h6ZI3kyw2 MgpYDxB2TVBpEDxIb8BnfzY3sjZZE+dzrnQDJaE7gX2cE1BayjF9bH2205geRudbKeWk uiCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=c8FknAWvNwVVc20xBbYNWKOTn8L9cbbF2DndK4X8T2o=; b=CqMmEsErct0b45CWfeB4wISOrF4F+dHaFa6Z1Az15aUlQEJ6oFMrVzq3kO2HTDnmUf 4utjteGkkUbXRmS3NN8aCax7qC392FNDhZ3IJ8ZiiewCyM059eQ4Lvbl977R5I41seB2 SUri69y7EOXkNfvoXtO/9x01T4OnQTERM+DHoelf6bWEGuyUtp3pu5LP+6VlA7kMK1JN Qqxzsm7af9W5kAmWj0yudQlzT9nVeHETYK9HPyPss1J8iNTPcw9ruuJDe4YKcIJQEIwK tXfc4ilXiGFmvR2ZCSrqha0H8V3Mkyj5zFUFoijRWFbqxk9dYOwzHgod2B0KWNXUQYU4 TOYw== X-Gm-Message-State: AMke39m6Npyps/3FYu/vIcdf4NGESY2Ovn1HpA7TSzmaWvp+8gEdMZ+0TS7F0zT9hmaYhPeCk8h27P9OUYO5Gw== X-Received: by 10.28.44.66 with SMTP id s63mr14134514wms.77.1486908657985; Sun, 12 Feb 2017 06:10:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.80.182.179 with HTTP; Sun, 12 Feb 2017 06:10:37 -0800 (PST) In-Reply-To: References: From: Dave Cramer Date: Sun, 12 Feb 2017 09:10:37 -0500 X-Google-Sender-Auth: z4WSnNmKD4UHVMkvHa1iaBlk4Cc Message-ID: Subject: Re: How Java interface with the JSON data type? To: Vernon Wu Cc: "pgsql-interfaces@postgresql.org" Content-Type: multipart/alternative; boundary=001a114360485f7640054855e636 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-interfaces Precedence: bulk Sender: pgsql-interfaces-owner@postgresql.org --001a114360485f7640054855e636 Content-Type: text/plain; charset=UTF-8 The easiest is through JDBC There is no special interface. Can you show me the docs for Spring Data Mongo ? Dave Cramer davec@postgresintl.com www.postgresintl.com On 5 July 2016 at 12:55, Vernon Wu 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. > --001a114360485f7640054855e636 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
The easiest is through JDBC There is no special interface.=

Can you show me the docs for Spring Data Mongo ?
<= /div>


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 featu= re. I am wondering how it shall be used in Java/Scala. Does it go through t= he regular jdbc or a special interface? Also, is anything similar with Spri= ng Data Mongo for this PostgreSQL document DB feature?

Thanks.=C2=A0

--001a114360485f7640054855e636--