228229230231232233234235236237238
{ try { DefaultEntityStoreUnitOfWork desuw = (DefaultEntityStoreUnitOfWork) unitOfWork; Module module = desuw.module(); if( !root.nodeExists( identity.identity() ) ) { throw new NoSuchEntityException( identity, UnknownType.class ); }