我们如何使用注释在Spring中动态分配文档值?

时间:2016-08-29 12:44:43

标签: java spring mongodb

我需要为不同的项目实施通用方法。 代码是:

@Document(collection="OT_analyticsTable")
public class AnalyticsTableModel {

    private long newUsers = -1;
    private long returningUsers = -1;

    public AnalyticsTableModel() {}
}

这里我希望在运行时决定文档值。

0 个答案:

没有答案