Respect / Relational

A fluent, intuitive ORM for any relational database engine
http://respect.github.io/Relational
Other
243 stars 32 forks source link

Fix support to private properties in Entity classes: issue #56. #57

Closed felipecwb closed 10 years ago

felipecwb commented 10 years ago

Create the tests for using privates properties. Add Mapper::inferGet() & Mapper::getAllProperties(). Add use of annotation @Relational\isNotColumn to non column of database. Removed some unused variables.