- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 31 for facadeSelectEntityWithDeletedCheck (0.47 sec)
-
src/main/java/org/codelibs/fess/es/config/bsbhv/BsFailureUrlBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public FailureUrl selectEntityWithDeletedCheck(CBCall<FailureUrlCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<FailureUrl> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsRelatedQueryBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public RelatedQuery selectEntityWithDeletedCheck(CBCall<RelatedQueryCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<RelatedQuery> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsbhv/BsUserInfoBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public UserInfo selectEntityWithDeletedCheck(CBCall<UserInfoCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<UserInfo> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsbhv/BsSearchLogBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public SearchLog selectEntityWithDeletedCheck(CBCall<SearchLogCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<SearchLog> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsDataConfigBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public DataConfig selectEntityWithDeletedCheck(CBCall<DataConfigCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<DataConfig> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsLabelTypeBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public LabelType selectEntityWithDeletedCheck(CBCall<LabelTypeCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<LabelType> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/log/bsbhv/BsFavoriteLogBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public FavoriteLog selectEntityWithDeletedCheck(CBCall<FavoriteLogCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<FavoriteLog> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/bsbhv/BsRoleBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public Role selectEntityWithDeletedCheck(CBCall<RoleCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<Role> selectByPK(String id) { return facadeSelectByPK(id); } protected OptionalEntity<Role> facadeSelectByPK(String id) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsBadWordBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public BadWord selectEntityWithDeletedCheck(CBCall<BadWordCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<BadWord> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsbhv/BsCrawlingInfoParamBhv.java
return facadeSelectEntity(downcast(cb)).orElse(null); } public CrawlingInfoParam selectEntityWithDeletedCheck(CBCall<CrawlingInfoParamCB> cbLambda) { return facadeSelectEntityWithDeletedCheck(createCB(cbLambda)); } public OptionalEntity<CrawlingInfoParam> selectByPK(String id) { return facadeSelectByPK(id); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9.8K bytes - Viewed (0)