-->
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: Oracle Views implementation
PostPosted: Sat Jun 20, 2009 2:35 am 
Newbie

Joined: Thu Dec 18, 2008 3:09 am
Posts: 11
Location: Visakhapatnam
Hi,

In oracle 10g I created View (ReportDSDLifeCycle). how to create domain objects and hibernate mapping files. This view is same as table. Please explain how to implement this view in .net c#.

I am sending sample view in oracle.

create view ReportDSDLifeCycle
as
select DSDLifeCycle.DefectStatus,DSDLifeCycle.Defectseverity,DSDLifeCycle.Priority,FieldName
from
DSDLifeCycle,ReportBuilder
where
DSDLifeCycle.DefectID=ReportBuilder.DefectID;

How to use this view and how to implement it.


Top
 Profile  
 
 Post subject: Re: Oracle Views implementation
PostPosted: Mon Jun 22, 2009 2:18 am 
Expert
Expert

Joined: Thu Dec 14, 2006 5:57 am
Posts: 1185
Location: Zurich, Switzerland
YOu can treeat the view as a normal table. For the rest of your question:

http://nhforge.org/wikis/howtonh/your-first-nhibernate-based-application.aspx

_________________
--Wolfgang


Top
 Profile  
 
 Post subject: Re: Oracle Views implementation
PostPosted: Tue Jun 23, 2009 12:15 am 
Newbie

Joined: Thu Dec 18, 2008 3:09 am
Posts: 11
Location: Visakhapatnam
Thank you very much.


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.