Questions tagged [nhibernate-configuration]
40 questions
2
votes
0 answers
Triggers in NHibernate
I'd like to know if is there something like a Trigger (of databases) in NHibernate that I can use per entity ?
I'd like to make a history of each record, and with triggers I can compare the old value and new value of each property and generate a…

Felipe Oriani
- 37,948
- 19
- 131
- 194
2
votes
1 answer
Using two fields as unique id in hibernate
I have an Entity class that makes use of two of its fields as primary key(together). Here is what I'm trying. I already have the database so I cannot just stop following this path and create a single primary key.
@Entity
public class Account {
…

Abraham
- 603
- 7
- 19
1
vote
1 answer
Could not load type Nhibernate.Dialect.MsSql2012Dialect. Possible cause: no assembly name specified
This is the error i am getting during running the application.Could not load type nhibernate.Mssql2012.I m using sqlserver 2012 ,visual studio 2015
strong text
Web config: