1. why does hibernate not force you to mark fields as virtual, but nhibernate does? stackoverflow.comwhy does hibernate not force you to mark fields as virtual, but nhibernate does? Is this a result of the differences between the VM and CLR? |
2. Querying an Oracle Date field using a string in NHibernate HQL stackoverflow.comI'm trying to query a .NET DateTime property and compare it with a date string like so:
When I'm trying to search by a ... |