org.gridgain.grid.cache.query.GridCacheQueryTypeDescriptor to org.apache.ignite.schema.model.PojoField
No. of Instances - 8
No. of Commits - 1
No. of Projects - {'ignite'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- String.format("int res = %1$s != null ? %1$s.hashCode() : 0;",it.next().getJavaName()) to String.format("int res = %1$s != null ? %1$s.hashCode() : 0;",it.next().javaName())
- String.format("res = 31 * res + (%1$s != null ? %1$s.hashCode() : 0);",it.next().getJavaName()) to String.format("res = 31 * res + (%1$s != null ? %1$s.hashCode() : 0);",it.next().javaName())
- String.format("return \"%1$s [%2$s=\" + %2$s +",type,it.next().getJavaName()) to String.format("return \"%1$s [%2$s=\" + %2$s +",type,it.next().javaName())
- String.format("\", %1$s=\" + %1$s +",it.next().getJavaName()) to String.format("\", %1$s=\" + %1$s +",it.next().javaName())