I gota wired problem.
I use the Hibernate to find entities by Example.
Unfortunately I can not find any instance even if i got I have about 20000 entries in the Table.
My question is, how to debug this problem.
01 Puppy p = new Puppy()
02 List list = session.createCriteria(Puppy.class).add(Example.create(p)).list();
03 System.out.println(list.length());
Returns 0
EDIT: I even set all n-m and 1-n reations to null