- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 31 for facadeSelectByPK (0.38 sec)
-
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsClickLogBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<ClickLog> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<ClickLog> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/user/bsbhv/BsRoleBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<Role> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<Role> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); } protected <ENTITY extends Role> ENTITY doSelectByPK(String id, Class<? extends ENTITY> tp) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsFailureUrlBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<FailureUrl> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<FailureUrl> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRequestHeaderBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<RequestHeader> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<RequestHeader> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsThumbnailQueueBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<ThumbnailQueue> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<ThumbnailQueue> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/bsbhv/BsUserInfoBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<UserInfo> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<UserInfo> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoParamBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<CrawlingInfoParam> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<CrawlingInfoParam> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRoleTypeBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<RoleType> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<RoleType> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsWebAuthenticationBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<WebAuthentication> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<WebAuthentication> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsCrawlingInfoBhv.java
return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<CrawlingInfo> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<CrawlingInfo> facadeSelectByPK(String id) { return doSelectOptionalByPK(id, typeOfSelectedEntity()); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.5K bytes - Viewed (0)