Câu hỏi phỏng vấn Spring
Câu hỏi

What are ORM's Spring supports?

Câu trả lời

Spring supports several Object Relational Mapping (ORM) frameworks, enabling seamless integration and management of database operations within Spring applications. The primary ORM frameworks supported by Spring include:

  1. Hibernate: One of the most popular ORM frameworks, Hibernate facilitates the mapping of Java classes to database tables and provides data query and retrieval facilities[1][2][4][6].
  2. Java Persistence API (JPA): JPA is a specification for accessing, persisting, and managing data between Java objects and relational databases. Spring supports JPA as a standard approach for ORM[1][2][3][4][5][6].
  3. Java Data Objects (JDO): JDO is another standard technology used for storing Java objects in databases. It is supported by Spring and allows developers to operate in a transparent persistence environment[2][3][4][6].
  4. Oracle TopLink: This is a mapping and persistence framework from Oracle that is also supported by Spring for ORM purposes[2][6].
  5. iBATIS SQL Maps: Now known as MyBatis, this framework supports custom S...
junior

junior

Gợi ý câu hỏi phỏng vấn

middle

What are the types of the transaction management Spring supports?

junior

What do you mean by Bean wiring ?

junior

Do you need spring-mvc.jar in your classpath or is it part of spring-core?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào