relationValue = handler.getEntityFromDocument(m.getEntityClazz(), entityFromDocument, m, document,
m.getRelationNames(), relationValue, persistenceDelegator.getKunderaMetadata());
if (relationValue != null && !relationValue.isEmpty())
{
entityFromDocument = (E) new EnhanceEntity(entityFromDocument, PropertyAccessorHelper.getId(
entityFromDocument, m), relationValue);
}
if (!m.isRelationViaJoinTable() && (m.getRelationNames() == null || (m.getRelationNames().isEmpty())))
{