LOG.warn("Notification: Name of Column annotation is required for field={}", f.getName());
}
}
// check whether is composite key field
EmbeddedId cpzKey = f.getAnnotation(EmbeddedId.class);
if (cpzKey != null) {
Object cpzValue = f.get(temp);
// get composite key columns
Class<?> cpzClazz = f.getType();
//LOG.debug("check 5");