Int to enum mapping failure

2019-03-20 Thread vinsala
Table A with columns and type col data_type name varchar idbigint type int data is loaded fine into Cache when following mapping used for field type

Cache question

2019-03-19 Thread vinsala
Hi, I have three entities/POJOs ,say A, B and C which corresponds to tables A, B, and C in persistence DB public class A { private int key; private String name; } public class B { private int key; private String city; } public class C { private int key; priv