public <T extends Words> T persist(T words) { return template.merge(words); }
public Words update(Words words) { return template.merge(words); }