Re: Duplicate Table Error

2018-10-15 Thread Ilya Kasnacheev
Hello! I don't think you need both queryEntities and indexedTypes at the same time (and there's probably a problem in your queryEntities too). Regards, -- Ilya Kasnacheev пт, 12 окт. 2018 г. в 20:45, Skollur : > Getting an error Duplicate table name > [cache=CustomerCache,tblName=CUSTOMER, >

Duplicate Table Error

2018-10-12 Thread Skollur
Getting an error Duplicate table name [cache=CustomerCache,tblName=CUSTOMER, type1=Customer, type2=Customer] when i tried to add index as below ccfg.setIndexedTypes(Long.class,Customer.class); public class Customer implements Serializable { /** Value for dwId. */ @QuerySqlField(index =