|
This problem persist, we are used NamedQueryes, with work around, but we like use Criteria. In this code has the one example for this! Are you want has a project thas has this problema? we are use Hibernate 4.3.1
this example use for create Criteria with your project this is similar this criteria = this.sessionFactory.getCurrentSession().createCriteria(persistentClass);
at find list of the lote, has contain code reference
|