- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for selectByPK (0.08 sec)
-
BsCrawlingInfoParamBhv.java
L121: public CrawlingInfoParam selectEntityWithDeletedCheck(CBCall<CrawlingInfoParamCB> cbLambda) { L122: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L123: } L124: L125: public OptionalEntity<CrawlingInfoParam> selectByPK(String id) { L126: return facadeSelectByPK(id); L127: } L128: L129: protected OptionalEntity<CrawlingInfoParam> facadeSelectByPK(String id) { L130: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L131: } L132: L133:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.8K bytes