I have a project that is using Fluent NHibernate. When I try to use the DB2Configuration to connect to a DB2 database I receive the following error when trying to build the SessionFactory:
I have a string property on an entity that I would like to mark as required. For example, public class Product
I can\'t find how Nhibernate feature described in A开发者_运维知识库yende\'s blog works with Fluent NHibernate.
Can you help-me with that database : I´m using Fluent NHibernate, but XML h开发者_Python百科elps too...
I\'m trying to switch out .hbm mappings to fluent mappings and have a problem with the mapping of composite-ids and the usage of Interfaces
I\'m using Fluent NHibernate to generate a database schema from .Net entity classes. I have two classes User and Permission wi开发者_StackOverflowth a many to many relationship, and Fluent NHibernate
Say I\'ve written a custom membership provider which extends System.Web.Security.MempershipProvider. This sits in its own project.
Im fairly n00bish when it comes to fluent nhibernate but i have an unexpected error in one of my repositories.
According to REST philosophy, a PUT operation should create an entity if it doesn\'t exist, or update it if it does. So for example, if a client does this operation:
We have Product, Category and ProductToCategory classes. A product has many ProductToCategories, a category has many ProductToCategories.