Searched refs:getName (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/raw/
H A DRawField.java24 String getName(); method in interface:RawField
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java102 type.getName());
116 proxiedClass.getName() : null;
148 ("Only one @PrimaryKey allowed: " + type.getName());
160 (foundField.getName(), foundField.getType().getName(),
161 type.getName(), sequence);
181 keyName = field.getName();
185 relatedClass.getName() : null;
189 (field.getName(), field.getType().getName(),
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/txn/
H A DStoreWriter.java71 // it is retrieved by this class's getName() method.
72 pd.setThreadName(getName());
84 System.out.println(getName() + " : committing txn : " + i);
85 System.out.println(getName() + " : Found " +
97 System.out.println("################# " + getName() +
101 System.err.println(getName() +
106 System.err.println(getName() +
113 System.err.println(getName() +
115 System.err.println(getName() +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DDBWriter.java90 PayloadData pd = new PayloadData(i+j, getName(),
100 System.out.println(getName() + " : committing txn : " + i);
112 System.out.println(getName() + " : Found " +
124 System.out.println("################# " + getName() +
128 System.err.println(getName() +
133 System.err.println(getName() +
140 System.err.println(getName() +
142 System.err.println(getName() +
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSupplierData.java36 public final String getName() { method in class:SupplierData
H A DPartData.java37 public final String getName() { method in class:PartData
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSupplierData.java37 public final String getName() { method in class:SupplierData
H A DPartData.java38 public final String getName() { method in class:PartData
H A DSupplier.java41 public final String getName() { method in class:Supplier
H A DPart.java44 public final String getName() { method in class:Part
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSupplierData.java36 public final String getName() { method in class:SupplierData
H A DPartData.java37 public final String getName() { method in class:PartData
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSupplierData.java37 public final String getName() { method in class:SupplierData
H A DPartData.java38 public final String getName() { method in class:PartData
H A DSupplier.java41 public final String getName() { method in class:Supplier
H A DPart.java44 public final String getName() { method in class:Part
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DBindingTest.java167 checkMetadata(Basic.class.getName(), new String[][] {
228 checkMetadata(SimpleTypes.class.getName(), new String[][] {
318 checkMetadata(ArrayTypes.class.getName(), new String[][] {
320 {"f0", boolean[].class.getName()},
321 {"f1", char[].class.getName()},
322 {"f2", byte[].class.getName()},
323 {"f3", short[].class.getName()},
324 {"f4", int[].class.getName()},
325 {"f5", long[].class.getName()},
326 {"f6", float[].class.getName()},
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DEntityStore.java193 (primaryKeyClass, primaryKeyClass.getName(),
194 entityClass, entityClass.getName());
235 primaryIndex.getEntityClass().getName(),
236 keyClass, keyClass.getName(), keyName);
278 getModel().getClassMetadata(entitySubclass.getName());
282 primaryIndex.getEntityClass().getName(),
283 keyClass, keyClass.getName(), keyName);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEnhancedAccessor.java48 boolean enhanced = classRegistry.containsKey(type.getName());
52 type.getName() + " is not enhanced");
62 prototype = classRegistry.get(type.getName());
116 ("No primary key: " + o.getClass().getName());
124 ("No primary key: " + o.getClass().getName());
132 ("No primary key: " + o.getClass().getName());
H A DFieldInfo.java63 if (fieldName.equals(field.getName())) {
76 name = field.getName();
78 className = cls.getName();
113 public String getName() { method in class:FieldInfo
H A DReadOnlyCatalog.java56 Format format = formatMap.get(cls.getName());
59 ("Class is not persistent: " + cls.getName());
H A DRawAbstractInput.java73 ("Raw value class: " + o.getClass().getName() +
80 ("Raw value class: " + o.getClass().getName() +
105 ("Raw value class: " + o.getClass().getName() +
114 ("Raw value class: " + o.getClass().getName() +
H A DRawComplexInput.java43 Object o = raw.getValues().get(field.getName());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSupplier.java60 public final String getName() { method in class:Supplier
H A DPart.java62 public final String getName() { method in class:Part

Completed in 216 milliseconds

1234