Hello:
When I run my Hibernate application and try do a query I get this message:
Code:
WARNING: no persistent classes found for query class: from bomi.bean.TbNfEsp where idcodigo=1
What does it mean? Is this indicate a incorrect mapping? When I start my application, there is this message:
Quote:
INFO: Mapping class: bomi.bean.TbCadcli -> tb_cadcli
This is the only message about mapping class. Well, I have 10 tables to mapping. Is it mean that only
tb_cadcli is being mapping and others not? Any idea?
Thanks,