return new Mssql2012SqlGenerator();
}
@Override
public CommentWithUserRepository commentWithUserRepository() {
return new CommentWithUserRepository(CommentWithUserRepository.MAPPER,
new RowUnmapper<CommentWithUser>() {
@Override
public Map<String, Object> mapColumns(CommentWithUser comment) {
Map<String, Object> mapping = new LinkedHashMap<String, Object>();
mapping.put("ID", comment.getId());