Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hasPrimaryKeyValue (0.12 sec)

  1. src/main/java/org/codelibs/fess/opensearch/user/allcommon/EsAbstractEntity.java

        //                                                                          Unique Key
        //                                                                          ==========
        @Override
        public boolean hasPrimaryKeyValue() {
            return asDocMeta().id() != null;
        }
    
        protected EntityUniqueDrivenProperties newUniqueDrivenProperties() {
            return new EntityUniqueDrivenProperties();
        }
    
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/allcommon/EsAbstractEntity.java

        //                                                                          Unique Key
        //                                                                          ==========
        @Override
        public boolean hasPrimaryKeyValue() {
            return asDocMeta().id() != null;
        }
    
        protected EntityUniqueDrivenProperties newUniqueDrivenProperties() {
            return new EntityUniqueDrivenProperties();
        }
    
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 11K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/opensearch/log/allcommon/EsAbstractEntity.java

        //                                                                          Unique Key
        //                                                                          ==========
        @Override
        public boolean hasPrimaryKeyValue() {
            return asDocMeta().id() != null;
        }
    
        protected EntityUniqueDrivenProperties newUniqueDrivenProperties() {
            return new EntityUniqueDrivenProperties();
        }
    
        @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top