Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CF611813A for ; Sun, 16 Aug 2015 15:35:03 +0000 (UTC) Received: (qmail 24209 invoked by uid 500); 16 Aug 2015 15:35:03 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 24161 invoked by uid 500); 16 Aug 2015 15:35:03 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 24150 invoked by uid 99); 16 Aug 2015 15:35:02 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2015 15:35:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7F1F118210F for ; Sun, 16 Aug 2015 15:35:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.994 X-Spam-Level: ** X-Spam-Status: No, score=2.994 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RP_MATCHES_RCVD=-0.006] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9CgOcecGGcty for ; Sun, 16 Aug 2015 15:34:58 +0000 (UTC) Received: from uabexch2.ad.uab.edu (uabexch2.ad.uab.edu [138.26.5.131]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id B396720C0F for ; Sun, 16 Aug 2015 15:34:57 +0000 (UTC) Received: from UABEXMB5.ad.uab.edu ([169.254.6.50]) by uabexch2.ad.uab.edu ([138.26.5.131]) with mapi id 14.03.0235.001; Sun, 16 Aug 2015 10:34:50 -0500 From: "John David Osborne (Campus)" To: "user@uima.apache.org" Subject: CAS to RDBS Thread-Topic: CAS to RDBS Thread-Index: AdDYORYvlSf+CDJqSNKlbNPD4bb0xg== Date: Sun, 16 Aug 2015 15:34:49 +0000 Message-ID: <9EF914716B6C1C4C807A0AAB68AA38BE141CDE3D@UABEXMB5.ad.uab.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [71.45.45.182] Content-Type: multipart/alternative; boundary="_000_9EF914716B6C1C4C807A0AAB68AA38BE141CDE3DUABEXMB5aduabed_" MIME-Version: 1.0 --_000_9EF914716B6C1C4C807A0AAB68AA38BE141CDE3DUABEXMB5aduabed_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anybody tell me if there are any UIMA annotators/consumers that can wri= te the CAS to the database in discrete tables dependent on the type system? I know the entire CAS can be dumped to the database as a varchar/lob but I = was looking for something that would create a table for each object in the = CAS and write the instances out as rows in that table. So it would have to = be smart enough to map an uima.cas.Integer to the appropriate type in the d= atabase. I don't care if it is database specific or not. I just added some new types and I am not looking forward to writing a bunch= of boiler-plate code to save it to the database. Any advice appreciated, -John --_000_9EF914716B6C1C4C807A0AAB68AA38BE141CDE3DUABEXMB5aduabed_--