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 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
I'd like to test this later using the ConnectionAcquitionMode. In theory
this should led to zero overhead for real applications.
P.S. I had to remove your image as the mailing list does not accept
attachments.
On Thu, Nov 19, 2015 at 1:11 AM Vlad Mihalcea
wrote:
> I wrote a test to replicate t