ObjectToRelational is very simple and has only two classes. The
Mapping class has the majority of the methods and is responsible for doing most
of the job. It works as a helper class, because it contains the reusable part
of the logic. The other class is named ObjectToRelational, and has four basic
methods that make the object to relational conversion available.