|
From: NHibernate J. <mik...@us...> - 2006-10-26 07:47:34
|
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
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
|