INTRODUCTION Ever felt that your ORM is limiting you in designing domain models in a way that is forcing you to use data types that best fit your database but not necessarily your usage or that you have to mix database property decorators with your business domain model? Well, we all have. Using an ORM, in this case Entity...