pomm-project / ModelManager

Model Manager for the Pomm database framework.
MIT License
66 stars 27 forks source link

Model class should register the converter for their corresponding entity #28

Closed chanmix51 closed 9 years ago

chanmix51 commented 9 years ago

When regiestering a Model client to the session, it should register the corresponding PgEntity to the converter holder.

chanmix51 commented 9 years ago

this is the case already.