Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for myuniqueDrivenProperties (4.5 sec)

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

        }
    
        protected EntityUniqueDrivenProperties newUniqueDrivenProperties() {
            return new EntityUniqueDrivenProperties();
        }
    
        @Override
        public Set<String> myuniqueDrivenProperties() {
            return __uniqueDrivenProperties.getPropertyNames();
        }
    
        @Override
        public void myuniqueByProperty(String propertyName) {
            __uniqueDrivenProperties.addPropertyName(propertyName);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 27 07:01:25 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top