| Implement support in OGM for the PostLoad annotation which is currently supported in ORM. The annotation allows for entity methods to be automatically called following an instance's initialization from the underlying datasource and thus provides the ability to carry out post-processing on the object. Some discussion on this feature: https://forum.hibernate.org/viewtopic.php?f=31&t=1042455 |