【发布时间】:2012-04-28 09:50:04
【问题描述】:
Spring-roo中的“finder list”命令,我添加了“filter”参数来减少动态finder的列表数。但这对我不起作用,它列出了包含“名称”或“价格”的查找器。
finder list --depth 2 --filter name,price
谁能告诉我如何过滤它们以仅包含“名称”和“价格”查找器? IE。 findBooksByNameNotEqualsAndPrice(字符串名称,浮动价格) findBooksByNameEqualsAndPrice(字符串名称,浮动价格) ......
【问题讨论】:
标签: spring-roo