0

Using the fluent-nhibernate mappings, I am trying to meet a requirement to create the following and I think I'm just not using the correct keywords in Google...

I have a table and columns:

Application
appid, appname, appcode, version-major, version-minor

I'd like to map this to an object(s) like so:

Application
   Id
   Name
   Code
   Version
      Major
      Minor

Thanks for your assistance!

bighead.dev
  • 176
  • 1
  • 8

1 Answers1

0

You need Component mapping http://wiki.fluentnhibernate.org/Fluent_mapping

Let me know if you need more help

Yavor Shahpasov
  • 1,453
  • 1
  • 12
  • 19