ok, one more thing I don't understand with above s...
# spring
t
ok, one more thing I don't understand with above set up. if I do
repository.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?>