Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 61 of 61 for selectByPK (0.08 sec)

  1. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

         * @return an OptionalEntity containing the CrawlingInfo if found, empty otherwise
         */
        public OptionalEntity<CrawlingInfo> getCrawlingInfo(final String id) {
            return crawlingInfoBhv.selectByPK(id);
        }
    
        /**
         * Stores (inserts or updates) a crawling information record.
         * Sets up the store conditions including creation time if not already set,
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 19.9K bytes
    - Viewed (0)
Back to top