toName = !Daos.isIntLikeColumn(rsmd, mm.to());
}
catch (Exception e) {
if (log.isWarnEnabled())
log.warnf("Fail to get table '%s', '%s' and '%s' "
+ "will be taken as @Id ", mm.relation(), mm.from(), mm.to());
}
finally {
Daos.safeClose(stat, rs);
}
Mirror<?> ta = Mirror.me(mm.target());