nhibernate
NHibernate Filters on Left Outer Joins
I am running into an issue with an NHibernate filter.It works great until I do a left outer join to the object.[详细]
2023-04-13 09:49 分类:问答mapping entities with relations backed by obfuscated fields with NHibernate
And here goes yet another question on NHibernate. This one most likely doesn\'t have a desired answer, but still - let\'s give it a try.[详细]
2023-04-13 08:25 分类:问答Mapping using an intermediate join table with 2 primary keys
How can I fluently map 2 entities that are joined together using a \"join\" table (it has 2 primary keys).[详细]
2023-04-13 08:21 分类:问答Setting NHibernate timeout value for implicit ToList() call
I have table with 6+ million rows and need to select.When the this was ind development our dev database has thousands of records, not millions and the following was fine:[详细]
2023-04-13 07:26 分类:问答Using Query or QueryOver to join on relationships that don't exist in objects
This may seem like a silly title but I\'m running into a small problem and I wasn\'t sure if there was another way around it.[详细]
2023-04-13 07:11 分类:问答Fluent NHibernate automap list of strings with nvarchar(max)
I am using Fluent NHibernate 1.2 for NHibernate 3.1. I have a class: public class Marks { public virtual int Id { get; set; }[详细]
2023-04-13 06:48 分类:问答How to map a bag with composite key with NHibernate
Im trying to map two objects with NHibernate This is my first object \"Asociado\" composed by \"Justificaciones\", next to it is \"Justificacion\" which has a composed key[详细]
2023-04-13 06:13 分类:问答Filter contents of lazy-loaded collection with NHibernate
I have a domain model that includes something like this: public class Customer : EntityBase<Customer>, IAggregateRoot[详细]
2023-04-13 04:35 分类:问答I can't avois this select N+1
I have this mapping ( it comes from adventureworks since I used it in a demo app for an automatic paging collection )[详细]
2023-04-13 03:17 分类:问答Nhibernate one-to-many association
I have such a simple model: public abstract class Entity { public virtual Guid Id { get; protected set;}[详细]
2023-04-13 00:17 分类:问答