thanksforallthefish
12/14/2018, 9:18 AMrepository.findById(existing).orElse(null)
I get an object (ie: masterplan#autidable
) where auditable
is filled, but $$delegate_0
is null
repository is a simple interface MasterplanRepository : PagingAndSortingRepository<Masterplan, Int?>