Retrieving all rows of a table without HQL? March 31, 2023 by Tarik You can use session.createCriteria(MyEntity.class).list(); for example.