MCPcopy Create free account
hub / github.com/castello/spring_basic / SearchCondition

Method SearchCondition

ch4/SearchCondition.java:19–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 public static final int MAX_PAGE_SIZE = 50;
18
19 public SearchCondition(){}
20
21 public SearchCondition(Integer page, Integer pageSize) {
22 this(page, pageSize, "", "");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected