Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Spring Professional Certification Exam Tutorial - Module 03, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:08:52
    Question 01 - What is the difference between checked and unchecked [...]?
  • Урок 2. 00:15:12
    Question 02 - How do you configure a DataSource in Spring? [...]
  • Урок 3. 00:10:16
    Question 03 - What is the Template design pattern and what is the JDBC template?
  • Урок 4. 00:17:34
    Question 04 - What is a callback? What are the three JdbcTemplate [...]
  • Урок 5. 00:01:33
    Question 05 - Can you execute a plain SQL statement with the JDBC template?
  • Урок 6. 00:07:20
    Question 06 - When does the JDBC template acquire (and release) a [...]
  • Урок 7. 00:06:06
    Question 07 - How does the JdbcTemplate support generic queries? [...]
  • Урок 8. 00:07:32
    Question 08 - What is a transaction? What is the difference between [...]
  • Урок 9. 00:03:23
    Question 09 - Is a transaction a cross cutting concern? How is it [...]
  • Урок 10. 00:08:32
    Question 10 - How are you going to define a transaction in Spring? What [...]
  • Урок 11. 00:04:52
    Question 11 - Is the JDBC template able to participate in an existing [...]?
  • Урок 12. 00:20:25
    Question 12 - What is a transaction isolation level? How many do we have [...]
  • Урок 13. 00:04:56
    Question 13 - What is @EnableTransactionManagement for?
  • Урок 14. 00:09:07
    Question 14 - What does transaction propagation mean?
  • Урок 15. 00:05:24
    Question 15 - What happens if one @Transactional annotated method is [...]
  • Урок 16. 00:03:30
    Question 16 - Where can the @Transactional annotation be used? What is a [...]
  • Урок 17. 00:02:37
    Question 17 - What does declarative transaction management mean?
  • Урок 18. 00:03:43
    Question 18 - What is the default rollback policy? How can you override it?
  • Урок 19. 00:04:02
    Question 19 - What is the default rollback policy in a JUnit test, when [...]
  • Урок 20. 00:08:28
    Question 20 - Why is the term "unit of work" so important and why does [...]
  • Урок 21. 00:07:38
    Question 21 - What do you need to do in Spring if you would like to work [...]?
  • Урок 22. 00:03:45
    Question 22 - Are you able to participate in a given transaction in [...]
  • Урок 23. 00:10:03
    Question 23 - Which PlatformTransactionManager(s) can you use with JPA?
  • Урок 24. 00:05:31
    Question 24 - What do you have to configure to use JPA with Spring? [...]
  • Урок 25. 00:06:30
    Question 25 - What is a Repository interface?
  • Урок 26. 00:05:59
    Question 26 - How do you define a Repository interface? Why is [...]
  • Урок 27. 00:05:44
    Question 27 - What is the naming convention for finder methods in a [...]
  • Урок 28. 00:09:48
    Question 28 - How are Spring Data repositories implemented by Spring at runtime?
  • Урок 29. 00:02:51
    Question 29 - What is @Query used for?