What Classes you use if you fetch the data from database?
Anónimo
Its looking like you didn't understand the question at all. may be the questions was what different type of classes/module you need to retrieve the data from database in Spring/Hibernate application. Looking like you do not know anything about the Spring framework that usages a standard nomenclature for specific task. For example to accect a request There is a Class calleed "Controller ". For bussiness logic there is Class called "Service" and for Database (model) handling there are "MODEL" and Repositiry or DAO class. I feel like you just memorize something without understanding and added that skill in your Resume.