4.3.2.1.5 Data Mapping in Coherence Reference POJO Type

The POJO type coherence reference maps with the cache date in the format Map<String, Object>.

Note:

When you upload the POJO in a jar, you must ensure that the fully-qualified class name of POJO matches exactly in cache and the custom POJO jar.

For example, if you have loaded com.company.CustomPOJO objects in cache, custom JAR should have CustomPOJO class inside the com.company package.

If there any mismatch in the class name, then querying the cache for certain type of objects, does not return a result and you will not see any data in the live output table.