TextHandler textHandler = new TextHandler();
for (IEntity config : neighborsConfig) {
NeighborConfig neighborConfig = (NeighborConfig) config;
if (neighborConfig.getType().equals("child")
&& neighborConfig.isInternal()) {
String neigborProperty = textHandler
.firstLetterToLower(neighborConfig.getCode());
IEntities neighborChildEntities = (IEntities) Reflector
.getField(entity, neigborProperty);
if (neighborChildEntities != null) {
if (!neighborChildEntities.getCollection()