Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for selectByPK (0.06 sec)

  1. BsBoostDocumentRuleBhv.java

    L124: public BoostDocumentRule selectEntityWithDeletedCheck(CBCall<BoostDocumentRuleCB> cbLambda) { L125: return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); L126: } L127: L128: public OptionalEntity<BoostDocumentRule> selectByPK(String id) { L129: return facadeSelectByPK(id); L130: } L131: L132: protected OptionalEntity<BoostDocumentRule> facadeSelectByPK(String id) { L133: return doSelectOptionalByPK(id, typeOfSelectedEntity()); L134: } L135: L136:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      10.1K bytes
Back to top