Hi Gunnar,
That works for me. My plan is to create an OGM counterpart (under
backendtck) to the PostLoadTest in ORM.
Thanks,
Dave.
On Mon, Nov 30, 2015 at 4:59 AM, Gunnar Morling
wrote:
> Hi David,
>
> Cool, thanks a lot for working on this! I suppose there are no tests
> for lifecycle events
Hi David,
Cool, thanks a lot for working on this! I suppose there are no tests
for lifecycle events yet, as those that are working, do so
"incidentally" by inheriting the relevant code paths from Hibernate
OGM.
+1 for adding at test for PostLoad as that's triggered by our own
loader. Package-wise
Hi,
I'm currently working on adding support for the PostLoad annotation to OGM.
I've got it working against one of my own projects but am looking for some
guidance around test coverage before I submit a pull request. I couldn't
find any existing tests in OGM for other annotations that already work