- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for performance (0.05 sec)
-
RenderDataUtil.java
L33: if (value instanceof Entity) { L34: data.register(key, BeanUtil.copyBeanToNewMap(value)); L35: } else { L36: if (value instanceof final Collection<?> coll && !coll.isEmpty()) { L37: // care performance for List that the most frequent pattern L38: final Object first = coll instanceof List<?> ? ((List<?>) coll).get(0) : coll.iterator().next(); L39: if (first instanceof Entity) { L40: data.register(key,...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 1.7K bytes -
littleAdjustmentMap.dfprop
L52: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - L53: # o isAvailableDatabaseNativeJDBC: (NotRequired - Default false) L54: # [true] L55: # Use classes of database native JDBC on generated classes to get best performances of DB access. L56: # Your project needs to refer to database native JDBC. L57: # L58: #; isAvailableDatabaseNativeJDBC = false L59: # - - - - - - - - - -/ L60: L61: # /- - - - - - - - - - - - - - - - - - - - - - - - - - - - -...github.com/codelibs/fess/dbflute_fess/dfprop/li...Sat Jul 25 06:04:16 UTC 2015 8.8K bytes