Hi,
i am integrating nHibernate with a multi tier application framework (CSLA), i need it to act as O/RM at my data access layer in application server,
what i need is to make business developers construct Criteria object with HQL then send it to the application server (through remoting) to be executed there where the session exists.
is there any direct way, i thought of making CriteriaImpl Serializable so i can pass it through tiers, but i faced issues where it expects session where session is in application server, not the client.
|