In all the hibernate documentation, and web examples have this code example, or a very similar one, to use hibernate.
List<Object> list = session.createCriteria(Object.class);
Since the session is a Hibernate Session Interface implemen...
asked by
15.12.2016 / 17:44