Dear All;

I have two applications (Code Name: X and Y) and i want to merge this
application on my business program..

X Application  use Oracle 10 G
Y Application use SQL Server 2005

I want to make map X and Y entities.

For Example;

Products on the X Application but Order Systems on the Y Application

My Entities.

class Product{

.....
    IList<Order> orders;
.....
}


class Order{

.....
    Product product;
.....
}

Product p =  ........

p.Orders;

How can i do this using with nhibernate??? (That is Possible??)


Atilla İlhan KARTAL
Web Application & Software Architect
(Java & PHP & Registered Android Developer)
Kuşadası / Aydın / Turkey
www.atillailhankartal.com.tr
twitter.com/TrojanMyth

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/nhusers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to