// Query q = session.createQuery("from Student"); //(Fetch all student data) // Query q = session.createQuery("from Student where marks > 50"); //(it show only that record where marks will be greater ...