I have a Windows service which has a timer and in the timer_Elapsed event handler a method from anot开发者_运维问答her component will be called which is supposed to look into db and get or update some
Is it possible to CREATE (not query) a stored procedure with nh开发者_如何转开发ibernate?Yes, use <database-object>
I\'m, building an n-tier system using nHibernate i de back-end, and which is cummunicating using REST/json with the front-end.
Am getting an error on VerifyTheMapping test: System.ApplicationException: For property \'ANonindexedComponent\'
Using fluentnhibernate i am having a problem with the link table insertion. Here is my entities public partial class Item
I have just discovered that I don\'t think my nhibernate setup seems to be cacheing properly. I\'m running a SQL server profiler and neither the 1st or 2nd level cache appear to be working.
In hbm mappings I can <composite-id> [..] <key-property name=\"someStringProperty\" column=\"somefield\"
I\'m a newbie to nHibernate, and Fluent nHibernate, and I\'m having a great deal of trouble with some simple setup on something.
I have a legacy database with 3 tables like this: (source: bilder-hochladen.net) The Items table contains all the Items in a Plan.
Why does the following HQL query fail? string hql = @\"delete MyLog log where log.UtcTimestamp < :threshold and