Searched refs:getClassName (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DRawAbstractInput.java66 declaredFormat.getClassName());
75 declaredFormat.getClassName());
82 declaredFormat.getClassName());
116 declaredFormat.getClassName());
135 format.getClassName());
141 declaredFormat.getClassName() + ": " +
142 format.getClassName());
147 format.getClassName() + " Version: " +
H A DEvolver.java113 "but were made to: " + oldFormat.getClassName());
151 " class: " + format.getClassName() +
278 String oldName = oldFormat.getClassName();
314 latest.getClassName() + ';';
329 assert newFormat != oldFormat : newFormat.getClassName();
463 newFormats.remove(newFormat.getClassName());
489 String newClassName = newFormat.getClassName();
490 String oldClassName = oldFormat.getClassName();
523 (storePrefix, oldFormat.getClassName(), oldKeyName),
525 (storePrefix, newFormat.getClassName(), newKeyNam
[all...]
H A DNonPersistentFormat.java45 ("Cannot instantiate non-persistent class: " + getClassName());
H A DObjectArrayFormat.java43 String name = getClassName();
171 (useComponentFormat.getClassName());
192 !latest.getClassName().equals(componentFormat.getClassName())) {
H A DCompositeKeyFormat.java113 getClassName() + '.' + fieldName);
120 getClassName() + '.' + fieldName);
126 getClassName() + '.' + instanceFields.get(0).getName());
146 throw new IllegalStateException(getClassName());
243 rawObject.getType().getClassName());
275 "only a single integer key field: " + getClassName());
H A DProxiedFormat.java47 return proxyFormat.getClassName();
154 if (!newProxyFormat.getClassName().equals
159 newProxyFormat.getClassName() + " to: " +
H A DRecordOutput.java79 format.getClassName());
139 fieldFormat.getClassName());
H A DComplexFormat.java82 getClassName() + '.' + fieldName);
100 getClassName() + '.' + fieldName);
110 getClassName() + '.' + fieldName);
117 getClassName() + '.' + fieldName);
319 "be enhanced: " + getClassName() +
320 " extends " + superFormat.getClassName());
326 "not be enhanced: " + getClassName() +
327 " extends " + superFormat.getClassName());
347 getClassName() + " field: " + priKeyField.getName());
388 (format.getLatestVersion().getClassName())) {
[all...]
H A DPersistEntityBinding.java161 ("The entity class (" + format.getClassName() +
163 entityFormat.getClassName());
H A DPersistKeyCreator.java55 catalog.getFormat(entityMeta.getPrimaryKey().getClassName());
66 keyFormat.getClassName());
H A DFormat.java591 public String getClassName() { method in class:Format
913 ("Type not allowed for sequence: " + getClassName());
929 return "[RawType class: " + getClassName() +
H A DPersistCatalog.java239 formatMap.put(format.getClassName(), format);
258 String name = format.getClassName();
294 formatMap.put(simpleFormat.getClassName(), simpleFormat);
317 String oldName = oldFormat.getClassName();
379 latestFormatMap.put(format.getClassName(), format);
634 map.put(format.getClassName(), format);
643 formatMap.put(oldFormat.getClassName(), oldFormat);
653 classes.add(format.getClassName());
802 newLatestFormatMap.put(newFormat.getClassName(), newFormat);
921 String className = format.getClassName();
[all...]
H A DStore.java241 inverseClassNames.add(entityMeta.getClassName());
301 primaryKeyClassName = priKeyMeta.getClassName();
304 SimpleCatalog.keyClassName(priKeyMeta.getClassName());
495 (relatedEntityMeta.getPrimaryKey().getClassName());
598 String entityClassName = entityMeta.getClassName();
912 String clsName = meta.getClassName();
920 setBtreeComparator(config, meta.getPrimaryKey().getClassName());
981 setBtreeComparator(config, secKeyMeta.getClassName());
1125 makeSecName(entityMeta.getClassName(), keyName));
1133 clsName = secKeyMeta.getClassName();
[all...]
H A DFieldInfo.java109 String getClassName() { method in class:FieldInfo
H A DSimpleCatalog.java196 formatMap.put(format.getClassName(), format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawType.java38 String getClassName(); method in interface:RawType
H A DRawObject.java245 buf.append(type.getClassName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/evolve/
H A DMutation.java36 public String getClassName() { method in class:Mutation
H A DMutations.java153 super(mutation.getClassName(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DFieldMetadata.java51 public String getClassName() { method in class:FieldMetadata
H A DEntityMetadata.java45 public String getClassName() { method in class:EntityMetadata
H A DClassMetadata.java63 public String getClassName() { method in class:ClassMetadata
H A DAnnotationModel.java304 ' ' + data.getClassName());
306 entityClass = data.getClassName();
323 cls = EntityModel.classForName(data.getClassName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java414 public String getClassName() { method in class:Type
435 StringBuffer b = new StringBuffer(getElementType().getClassName());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveCase.java190 TestCase.assertEquals(names[i], type.getClassName());

Completed in 164 milliseconds

12