585960616263646566
} final int hash = entityClass.hashCode(); if (contexts.containsKey(hash)) { return contexts.get(hash); } final DtoEntityContext ctx = new DtoEntityContextByClass(dtoClass, entityClass, beanFactory); contexts.put(hash, ctx); return ctx; }