无法导入org.springframework.data.neo4j.conversion.Result。
我的代码类似于 - Result<Map<String, Object>> result = template.query(matchQuery, null);
如果api被弃用/它的名称在4.0.0.RELEASE版本中被更改,请告诉我。如果我不能使用org.springframework.data.neo4j.conversion.Result那么我必须使用而不是这个。
答案 0 :(得分:1)
def self.get(code)
where(code: normalize_code(code)).
where('coupon_count > 0').
where('expires_at > Time.now OR expires_at IS NULL').
take(1)
end
是SDN 4中使用的类。
顺便说一下,SDN SyntaxError: Unexpected identifier (16722)
刚出来,最好升级到那个,