.get(entityMetadata.getTableName()));
}
catch (InvalidRequestException e)
{
log.error("Error while persisting record, Caused by: .", e);
throw new KunderaException(e);
}
catch (TException e)
{
log.error("Error while persisting record, Caused by: .", e);
throw new KunderaException(e);
}
catch (UnsupportedEncodingException e)
{
log.error("Error while persisting record, Caused by: .", e);
throw new KunderaException(e);
}
}