fetchplans.add(new SpecificFetchMode("company"));
fetchplans.add(new SpecificFetchMode("groups"));
fetchplans.add(new SpecificFetchMode("roles", new SpecificAlias("groups.roles")));
fetchplans.add(new SpecificFetchMode("permissions", new SpecificAlias("groups.roles.permissions")));
fetchplans.add(new SpecificFetchMode("connectionLogs"));
return new FetchPlan(fetchplans);
}