Re: [hibernate-dev] OGM-933 - PostLoad annotation support test

2015-11-30 Thread David Williams
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

Re: [hibernate-dev] OGM-933 - PostLoad annotation support test

2015-11-30 Thread Gunnar Morling
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

[hibernate-dev] OGM-933 - PostLoad annotation support test

2015-11-27 Thread David Williams
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