ebean
ebean copied to clipboard
@TenantId insert without autofill from CurrentTenantProvidor
Expected behavior
insert with autofill from CurrentTenantProvidor
Actual behavior
TenantId insert without autofill from CurrentTenantProvidor,But query is normal.
Steps to reproduce
Both insert ant query use Spring Transactional
// some java code
// some logging output
Can you provide a project with a failing test case for this?
I can't reproduce this problem in the new project. Maybe the problem lies somewhere else and has nothing to do with Ebean.