musicbeeremote / mbrc-plugin

MusicBee Remote Plugin
http://mbrc.kelsos.net
Other
114 stars 13 forks source link

Fix microORM shortcomings #14

Closed kelsos closed 8 years ago

kelsos commented 9 years ago

Use ignored properties (without columns in the table) in the mapped objects to map the relationships and fetch the data using the id property. Then use the property setter to pass the retrieved data to the object for easy use later.

kelsos commented 8 years ago

Irrelevant since the previous ORM solution has been removed.