-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Mapping of nested table created using OracleTypeCOLLECTION
PostPosted: Wed Nov 10, 2010 5:39 pm 
Newbie

Joined: Wed Nov 10, 2010 5:28 pm
Posts: 2
I need to map a nested table in Oracle. Following are the details.

Table
==============
CREATE TABLE "ODSPROPERTY_OWNER"."PIM_TEST"
(
"PIM_ID" NUMBER,
"PIM_HOLES" "ODSPROPERTY_OWNER"."TYP_STRING" ,
"PIM_TEST_ID" NUMBER,
CONSTRAINT "PIM_TEST_ID_PK" PRIMARY KEY ("PIM_TEST_ID")
)

Oracle collection type
=================
create or replace
TYPE typ_string AS TABLE OF VARCHAR2(4000);

Thanks.


Top
 Profile  
 
 Post subject: Re: Mapping of nested table created using OracleTypeCOLLECTION
PostPosted: Tue Feb 01, 2011 8:35 am 
Newbie

Joined: Mon Jan 31, 2011 4:01 pm
Posts: 2
did you find a solution to this, appreciate it if you can share the solution, i am also looking to do the same


Top
 Profile  
 
 Post subject: Re: Mapping of nested table created using OracleTypeCOLLECTION
PostPosted: Fri May 20, 2011 2:49 pm 
Newbie

Joined: Wed Nov 10, 2010 5:28 pm
Posts: 2
Got nothing. We dropped the idea of using nested tables. Oracle toplink provides an option to do that. Here's the link http://download.oracle.com/docs/cd/B104 ... tm#1033517


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.