From: NHibernate J. <mik...@us...> - 2006-10-26 10:58:29
|
[ http://jira.nhibernate.org/browse/NH-778?page=all ] Sergey Koshcheyev resolved NH-778: ---------------------------------- Fix Version: 1.2.0.Beta2 Resolution: Fixed > Adding pascalcase-m (without the underscore) > -------------------------------------------- > > Key: NH-778 > URL: http://jira.nhibernate.org/browse/NH-778 > Project: NHibernate > Type: Improvement > Components: Core > Versions: 1.2.0.Beta1 > Reporter: Per Weinberger > Priority: Trivial > Fix For: 1.2.0.Beta2 > Attachments: pascalcase-m.patch > > I've implemented support for field naming strategy pascalcase-m, i.e. "The name of the Field in PascalCase format prefixed with an 'm'.", e.g. > private long mId; > [NHibernate.Mapping.Attributes.Id(0, Name="Id",Access="nosetter.pascalcase-m")] > public virtual long Id > { > get { return mId; } > } > How do I submit this? > Regards, > Per Weinberger -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.nhibernate.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |