NHibernate.Mapping.Attributes icon indicating copy to clipboard operation
NHibernate.Mapping.Attributes copied to clipboard

With NHibernate.Mapping.Attributes, you can use .NET attributes to decorate your entities and these attributes will be used to generate the mapping information. So you will no longer have to bother wi...

Results 8 NHibernate.Mapping.Attributes issues
Sort by recently updated
recently updated
newest added

Usually you should specify "access" attribute. There are mapping errors when someone refactors code and converts field to/from property and forgets to change attribute value. There is some automatisation: 1....

I have found some issues when using `SubclassAttribute` with attribute mapping, for example, the base class is: ```c# [Class(Schema = "public", Table="base_resources")] [Discriminator(Column = "type")] public class BaseResource { [Id(Name...

**Michel Van Hoof** created issue - 13/Nov/09 9:46 PM > I know the question has been asked many times but it seems to make sense: > > We often have...

**Pierre Henri Kuaté** created issue - 13/Jun/07 5:25 AM > This feature is discussed here: http://www.manning-sandbox.com/thread.jspa?threadID=18958 > Basically, the idea is to be able to map a component like a...

**Pierre Henri Kuaté** created issue - 24/Jun/06 10:24 PM > It would be interesting to add a NAnt task and maybe a Console/Windows application to generate mapping information from any...

**Sergej Koščejev** created issue - 05/Apr/07 5:32 PM > This is needed so that it is updated automatically as part of the release build process, to ensure that an up-to-date...

**Sergey Udovenko** created issue - 12/Nov/09 8:20 PM > Silverligh RIA Services internal code generator fails on attempt to process annotated NHibernate entities. > > It appears that RIA Services...

Hi 👋 I'd like to ask if this nHibernate extension is still being worked on or if it has been abandoned. The last release version was 6 years ago, so...