-->
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.  [ 1 post ] 
Author Message
 Post subject: How to map an Oracle collection of Oracle objects
PostPosted: Tue Oct 06, 2009 5:15 am 
Newbie

Joined: Mon Aug 31, 2009 7:24 am
Posts: 7
Good Morning,

is it possible to map a collection of Oracle objects (returned by an Oracle stored procedure) in Hibernate?

This SP returns a collection defined as:

Code:
create or replace TYPE SAMPLED_VALUES_ARRAY AS TABLE OF SAMPLED_VALUE;


of objects defined as:

Code:
create or replace TYPE SAMPLED_VALUE AS OBJECT
( data_timestamp date,
  data_value number(8,2)
);


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

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.