andr9528 / ComputerScienceFinalProject

0 stars 0 forks source link

Unable to persist Property 'Exception' on 'LogEntry' #14

Closed andr9528 closed 5 years ago

andr9528 commented 5 years ago

The property mentioned is too complex to be persisted, without its own table. So instead i suggest we make 'LogEntry' able to contain another LogEntry, and this way chaining them together, for when a exception with many inner exceptions occur, to be saved in one chain.

This will allow 'LogEntry' to contain 0 to 1 other LogEntries, laso meaning that it is not reqired for the object to be stored in the database.