hibernate / hibernate-models

An abstraction over "reflection" and annotations
Apache License 2.0
2 stars 5 forks source link

Pluggable rendering for models #90

Open sebersole opened 5 days ago

sebersole commented 5 days ago

Currently rendering targets simple console output for use in debug logging. However, it is conceivable to possibly want to render these to a file. Also moving the methods off the details contracts just makes better design