public final class ClickCountRepositoryImpl extends java.lang.Object implements ClickCountRepositoryCustom
Modifier and Type | Field and Description |
---|---|
private static com.mongodb.BasicDBObject |
INC_OBJECT |
private org.springframework.data.mongodb.core.MongoOperations |
mongoOps |
Constructor and Description |
---|
ClickCountRepositoryImpl(org.springframework.data.mongodb.core.MongoOperations mongoOps) |
Modifier and Type | Method and Description |
---|---|
ClickCountRepositoryCustom |
increment(ClickCountId id,
GUID shopGuid) |
private static final com.mongodb.BasicDBObject INC_OBJECT
private final org.springframework.data.mongodb.core.MongoOperations mongoOps
@Inject public ClickCountRepositoryImpl(org.springframework.data.mongodb.core.MongoOperations mongoOps)
public ClickCountRepositoryCustom increment(ClickCountId id, GUID shopGuid)
increment
in interface ClickCountRepositoryCustom