Looking at NHibernate 3.2 at the moment and am struggling a little with the mapping by code. Can anyone provide me with a simple example of mapping an array of strings or ints? I can't seem to find any code examples or documentation anywhere that isn't for mapping by xml.
Secondly with this new mapping by code is the limitation of having to implement IUserCollectionType for custom collections still valid?
Thanks in advance.