You can build the 'OR' specification, then add an 'AND' specification for the first one. Specification<?> spec = spec1.or(spec2); spec ...
確定! 回上一頁