Int to enum mapping failure
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
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