1. NHibernate automatically rename the column name in C# stackoverflow.comI couldn't figure out why NHibernate is doing this. Here's part of my table in MS SQL
Here's Person.hbm.xml
|
2. How to get dummy column in hq uery in nhibernate? stackoverflow.com
|
3. Hibernate, assigning multiple columns as primary key stackoverflow.comI am having below database schema.
The primary key for above table is (item_id,version_start_date).
The semantics of version_start_date and version_end_date is to ... |
4. Getting NHibernate to save or update using column other than the |
5. Why does using a column name directly in HQL only work sometimes? stackoverflow.comI have two HQL queries I am using for a quick-and-dirty unit test. The first looks somewhat like this:
The second looks like this:
|
6. Get all Caterory values from a column stackoverflow.comNHibernate. I need get all the values from a column categories from a sql data base. I need put in a List, and return it. I have this:
|
7. how does nhibernate handle update collisions behind the scenes with the ver column? stackoverflow.comI'm just looking for some documentation on how hibernate handles collisions using the ver column. understanding thus far: a change to a row means that the changed row is inserted with a ... |