Tagged Questions

0
votes
2answers
19 views

Integration test failing through NUnit Gui/Console, but passes through TestDriven in IDE

I am using NHibernate against an Oracle database with the NHibernate.Driver.OracleDataClientDriver driver class. I have an integration test that pulls back expected data properly …
0
votes
0answers
2 views

StructureMap help needed

How can I rewrite following so that I can do ObjectFactory.GetNamedInstance("MyNHConfiguration") at later time. "Configuration" is in the variable "cfg" under ExposeConfiguration …
0
votes
0answers
4 views

NHibernate Configuration reference at runtime

Is there a way to get a reference to NHibernate Configuration at the runtime? I need it for SchemaExport().
1
vote
1answer
9 views

How to create a criteria in NHibernate that represents an OR between two EXISTS?

Hi, This one has been making my head hurt (which is easy since I'm a NHibernate newbie): how can I represent the following query (T-SQL) through the Criteria API? DECLARE @pcode …
0
votes
1answer
22 views

Many-To-One relationships in NHibernate

I am still trying to learn NHibernate best practices, so please be easy on me... :-) I have a Product class with a Many-To-One relationship set up to a Category class. On my Add …
1
vote
2answers
15 views

Testing Data Model in project that uses NHibernate for persistence

I'm still new with NHibernate, so correct me if I'm wrong on any of this. When you are using NHibernate to build collections of objects from database records, NH takes care of ins …
0
votes
0answers
9 views

NHibernate dynamic-update fails to update data changed in interceptor

If I set dynamic-update=true I've found that fields updated in my Interceptor do not get included in the update statement that goes to the database. When I set it to false all the …
0
votes
1answer
18 views

Storing Nhibernate ISession in Remote object contexts

Im currently building a remote object service that will expose a Server Activated object (per call, not singleton) that uses NHibernate. What i would like to know is there a way to …
0
votes
0answers
8 views

How to fluently map tables

i have (2) tables which have primary keys on a legacy db. i want to map non-primary key properties of these tables. for example, USERS PROFILES ----- …
0
votes
0answers
8 views

How can I use Fluent NHibernate Automapping with multiple Lists of the same type in an Entity?

It appears that NHibernate cannot automap more than one IList of a given type in an entity. Consider the following two entities (based on the Examples.FirstProject sample code t …
0
votes
0answers
17 views

Hibernate Second-Level Query Cache not working Eager Fetching

In NHibernate Profiler I observed that when I use eager fetching on an association, using "left join fetch" in an HQL Query or .SetFetchMode() in a Criteria Query the query no long …
0
votes
2answers
14 views

Nhibernate - How to debug “Antlr.Runtime.NoViableAltException”?

With many HQL queries I am trying, time and time again I am getting this exception: Antlr.Runtime.NoViableAltException This is really generic and unhelpful - does anyone know ho …
1
vote
3answers
78 views

nhibernate 2 linq eager load

I'm starting out with nHibernate and have a simple example that I cannot get working as I'd like. I have two model objects (Blog and Posts) and I would like to load them all in a …
0
votes
0answers
35 views
+300

NHibernate EventListeners - getting the value of a property of the entity being saved

I'm implementing a custom EventListener to save auditing information in NHibernate. I'm currently extending DefaultSaveOrUpdateEventListener, overriding PerformSaveOrUpdate, going …
0
votes
0answers
15 views

triggers with nhibernate

Hi I want to implement auditing using triggers for my web application. I noticed that nhibernate gives error on insert/update single record on table where audit trigger is used. …

1 2 3 4 5 158 next
15 30 50 per page