nhibernate
Nhibernate with NativeSQL
My sql is: SELECT Branch.BranchName, Department.DepartmentName, Designation.DesignationName,EmpType.EmpType, Shift.ShiftName,[详细]
2023-04-12 03:01 分类:问答How to make Nhibernate not to persist the changes in object to the database
There is a collection of data in the database on which a integration test is run. For preventing NHibernate persisting o开发者_JS百科bjects modification in the database an EventListener that inherits[详细]
2023-04-12 02:54 分类:问答How can I make this SQL function faster?
Background I have the following function, which ranks results by how closely they match the value that was searched for:[详细]
2023-04-12 00:33 分类:问答nhibernate - archiving records
This is a simplistic view of our domain model (we are in healthcare): Account { List<Registration> Registrations {...}[详细]
2023-04-11 21:53 分类:问答NHibernate Table Per Class loading - wrong type
I have a mapping issue with the table-per-class hierarchy in Fluent/NHibernate.When retrieving the records from the database, I keep getting an error (the Wrong type exception)[详细]
2023-04-11 18:58 分类:问答Query an xml column from nhibernate 3.0
I have a xml column in one of my entities I mananged to use a user type and map this column to a property in my entity of type XmlElement.[详细]
2023-04-11 18:23 分类:问答Nhibernate attempts to added duplicate column on Save
I am trying to use Fluent NHibernate.I have setup two table Products and Categories. Products has a CategoryID field and a Foreign key that ties CategoryID of Product开发者_如何学运维s to the PK (Cate[详细]
2023-04-11 18:20 分类:问答Map Dictionary with list of elements
Is it possible with Fluent NHibernate to map a property with开发者_如何学运维 the following signature?[详细]
2023-04-11 18:19 分类:问答NHibernate ID generator when using NServiceBus
For most CRUD apps I use NHibernate\'s guid.comb ID generator. This has the advantage that I have access to the ID before I flush to the database and gets around the index fragmentation issue associat[详细]
2023-04-11 16:55 分类:问答Advise on setting up seed data using nhibernate during development (not test suite)
How s开发者_如何学Chould one go about setting up seed data while developing an nhibernate web application? (It\'s Mvc)[详细]
2023-04-11 12:48 分类:问答