-
Урок 1. 00:02:13Introduction
-
Урок 2. 00:05:16Getting the Most out of this Course
-
Урок 3. 00:05:09Setting up your Development Environment
-
Урок 4. 00:12:21GitHub Work Flow
-
Урок 5. 00:02:46Is your IDE Free Like A Puppy?
-
Урок 6. 00:02:04Introduction
-
Урок 7. 00:14:33Introduction to Spring Data JPA
-
Урок 8. 00:06:16Use Spring Initializr to Create Project
-
Урок 9. 00:06:05JPA Entities
-
Урок 10. 00:03:53Equality in Hibernate
-
Урок 11. 00:06:44Spring Data Repositories
-
Урок 12. 00:08:05Initializing Data with Spring
-
Урок 13. 00:05:17SQL Logging
-
Урок 14. 00:03:47H2 Database Console
-
Урок 15. 00:01:23Introduction
-
Урок 16. 00:04:22What is a Database?
-
Урок 17. 00:12:09Relational Database Principles
-
Урок 18. 00:08:37What is a Relational Database Management System
-
Урок 19. 00:05:09History of MySQL
-
Урок 20. 00:06:43RDBMS Deployment Architectures
-
Урок 21. 00:06:36Data Mapping SQL to Java
-
Урок 22. 00:12:08Create Schema and User for Spring Boot
-
Урок 23. 00:01:32Introduction
-
Урок 24. 00:04:46Spring Boot Test
-
Урок 25. 00:05:22Spring Boot JPA Test Splice
-
Урок 26. 00:08:06Test Transactions
-
Урок 27. 00:04:05Bootstrapping Data
-
Урок 28. 00:01:19Introduction
-
Урок 29. 00:07:44Hibernate DDL Update Modes
-
Урок 30. 00:08:12MySQL Spring Boot Configuration
-
Урок 31. 00:09:39Integration Test for MySQL
-
Урок 32. 00:07:43H2 MySQL Compatibility Mode
-
Урок 33. 00:06:08Schema Initialization with Hibernate
-
Урок 34. 00:03:09Schema Initialization with MySQL
-
Урок 35. 00:04:50Use H2 for Spring Boot Application
-
Урок 36. 00:01:18Introduction
-
Урок 37. 00:11:09Overview of Liquibase
-
Урок 38. 00:07:41Liquibase Maven Plugin
-
Урок 39. 00:05:29Generate Changeset from Database
-
Урок 40. 00:05:51Organizing Change Logs
-
Урок 41. 00:07:46Spring Boot Configuration
-
Урок 42. 00:06:43Initializing Data with Spring
-
Урок 43. 00:08:47Alter Table with Liquibase
-
Урок 44. 00:00:55Introduction
-
Урок 45. 00:10:06Overview of Flyway
-
Урок 46. 00:10:17Spring Boot Configuration
-
Урок 47. 00:05:25Alter Table with Flyway
-
Урок 48. 00:04:47Clean and Rebuild with Flyway
-
Урок 49. 00:01:53Introduction
-
Урок 50. 00:06:53Hibernate Primary Keys Overview
-
Урок 51. 00:06:28Auto Incremented Primary Key
-
Урок 52. 00:06:43Vendor Specific Flyway Migrations
-
Урок 53. 00:07:40UUID Primary Key
-
Урок 54. 00:07:14UUID RFC 4122 Primary Key
-
Урок 55. 00:05:48H2 Workaround
-
Урок 56. 00:05:34Natural Primary Key
-
Урок 57. 00:06:38Composite Primary Key
-
Урок 58. 00:07:13Embedded Composite Primary Key
-
Урок 59. 00:02:14Introduction
-
Урок 60. 00:05:12Introduction to DAO Pattern
-
Урок 61. 00:08:47Create Author DAO
-
Урок 62. 00:07:55Implement Get Author By Id
-
Урок 63. 00:05:45Release Database Resources
-
Урок 64. 00:03:50IntelliJ Database Configuration
-
Урок 65. 00:06:33Using Prepared Statements
-
Урок 66. 00:05:28Refactoring Duplicate Code
-
Урок 67. 00:08:30Save New Author
-
Урок 68. 00:05:45Update Author
-
Урок 69. 00:06:27Delete Author
-
Урок 70. 00:10:08Refactor Author id to Author
-
Урок 71. 00:01:25Introduction
-
Урок 72. 00:02:40Introduction to Spring JDBC Template
-
Урок 73. 00:03:37Create Row Mapper
-
Урок 74. 00:04:54Implement Get Author By Id
-
Урок 75. 00:02:25Implement Find Author By Name
-
Урок 76. 00:06:32Save New Author
-
Урок 77. 00:03:42Update Author
-
Урок 78. 00:04:00Delete Author
-
Урок 79. 00:16:12Implement Author with List of Books
-
Урок 80. 00:01:02Introduction
-
Урок 81. 00:08:53Introduction to Hibernate
-
Урок 82. 00:04:07Project Code Review
-
Урок 83. 00:05:19Implement Get Author By Id
-
Урок 84. 00:07:05Implement Find Author By Name
-
Урок 85. 00:06:59Save New Author
-
Урок 86. 00:04:46Update Author
-
Урок 87. 00:03:55Delete Author
-
Урок 88. 00:00:52Introduction
-
Урок 89. 00:04:25Query
-
Урок 90. 00:04:08Typed Query
-
Урок 91. 00:04:41Named Query
-
Урок 92. 00:05:01Named Query with Parameters
-
Урок 93. 00:09:17Criteria Query
-
Урок 94. 00:07:13Native SQL Queries
-
Урок 95. 00:01:16Introduction
-
Урок 96. 00:03:33Spring Data JPA Query Methods
-
Урок 97. 00:03:14Project Code Review
-
Урок 98. 00:06:59Author CRUD Operations
-
Урок 99. 00:03:23Query Methods
-
Урок 100. 00:03:37Optional Return Type
-
Урок 101. 00:05:54Null Handling
-
Урок 102. 00:04:37Stream Query Results
-
Урок 103. 00:04:31Asynchronous Query Results
-
Урок 104. 00:03:21Declaring Queries Using @Query
-
Урок 105. 00:03:10Named Parameters with @Query
-
Урок 106. 00:03:05Native SQL Queries
-
Урок 107. 00:03:44JPA Named Queries
-
Урок 108. 00:01:06Introduction
-
Урок 109. 00:04:23Overview of Paging and Sorting
-
Урок 110. 00:02:43JDBCTemplate Code Review
-
Урок 111. 00:04:19Find All Books with JDBCTemplate
-
Урок 112. 00:05:27Find All Books with Paging
-
Урок 113. 00:06:27Find All Books Using Pagable
-
Урок 114. 00:10:04Find All Books Order By Title
-
Урок 115. 00:02:13Hibernate Code Review
-
Урок 116. 00:05:14Paging with Hibernate
-
Урок 117. 00:04:04Sorting with Hibernate
-
Урок 118. 00:06:30Paging with Spring Data JPA
-
Урок 119. 00:05:03Sorting with Spring Data JPA
-
Урок 120. 00:05:23Query, Paging, and Sorting with Spring Data JPA
-
Урок 121. 00:01:28Introduction
-
Урок 122. 00:10:23JPA Inheritance
-
Урок 123. 00:06:07JPA Mapped Super Class
-
Урок 124. 00:11:36Embedded Types
-
Урок 125. 00:05:19Java Enumerated Types
-
Урок 126. 00:03:50Hibernate Created Date
-
Урок 127. 00:03:32Hibernate Update Date
-
Урок 128. 00:01:17Introduction
-
Урок 129. 00:10:43Overview of Database Relationships
-
Урок 130. 00:08:46One to Many
-
Урок 131. 00:08:07Cascade on Persist
-
Урок 132. 00:06:50Many to One Unidirectional
-
Урок 133. 00:04:17Association Helper Methods
-
Урок 134. 00:12:31Many to Many
-
Урок 135. 00:06:49JPA Buddy Plugin
-
Урок 136. 00:05:20One to One
-
Урок 137. 00:06:12Cascade Delete
-
Урок 138. 00:06:00Orphan Removal
-
Урок 139. 00:06:36One to One Bi-Directional
-
Урок 140. 00:03:17Hibernate Cascade Types
-
Урок 141. 00:01:04Introduction
-
Урок 142. 00:18:10Load Test Data
-
Урок 143. 00:05:40Load Test Data Fix
-
Урок 144. 00:08:54Lazy vs Eager Fetch
-
Урок 145. 00:13:19Hibernate N + 1 Problem
-
Урок 146. 00:01:12Introduction
-
Урок 147. 00:18:48Overview of Database Transactions
-
Урок 148. 00:07:44Database Locking Demo
-
Урок 149. 00:18:50Spring Data JPA Transactions
-
Урок 150. 00:03:30Create Bootstrap Class
-
Урок 151. 00:05:27Lazy Initialize Error
-
Урок 152. 00:05:25Transactional Proxy Mode
-
Урок 153. 00:04:49Adding Version Property
-
Урок 154. 00:06:55Optimistic Locking Demo
-
Урок 155. 00:05:15Version Property Cannot Be Null
-
Урок 156. 00:09:27Pessimistic Locking
-
Урок 157. 00:01:05Introduction
-
Урок 158. 00:11:02Java Bean Validation Overview
-
Урок 159. 00:02:36Java Bean Validation Maven Dependencies
-
Урок 160. 00:08:40Adding Validation
-
Урок 161. 00:05:41When and Where to Use Validation?
-
Урок 162. 00:01:18Introduction
-
Урок 163. 00:03:23Overview of JPA Inheritance
-
Урок 164. 00:02:00Project Code Review
-
Урок 165. 00:04:29Mapped Super Class
-
Урок 166. 00:06:41Table Per Class
-
Урок 167. 00:05:43Single Table
-
Урок 168. 00:07:43Joined Table
-
Урок 169. 00:02:18Introduction
-
Урок 170. 00:03:04Overview
-
Урок 171. 00:04:04Initial Project Creation
-
Урок 172. 00:02:04Database Setup
-
Урок 173. 00:04:16Spring Configuration
-
Урок 174. 00:04:39Flyway Initialization Script
-
Урок 175. 00:05:51Table and Column Naming
-
Урок 176. 00:02:46LOB Columns
-
Урок 177. 00:02:51Basic Annotation
-
Урок 178. 00:05:11Column Properties
-
Урок 179. 00:03:27Database Indexes
-
Урок 180. 00:04:14Refactor for Bi-Directional Association
-
Урок 181. 00:03:10Summary
-
Урок 182. 00:01:31Introduction
-
Урок 183. 00:04:24Overview of Listeners and Interceptors
-
Урок 184. 00:05:05Project Code Review
-
Урок 185. 00:05:36Initial Persistence Test
-
Урок 186. 00:05:19Encryption Service
-
Урок 187. 00:04:16Verify Data at Rest
-
Урок 188. 00:06:19Create Hibernate Interceptor
-
Урок 189. 00:01:46Custom Encryption Annotation
-
Урок 190. 00:08:23Implement Encryption Interceptor
-
Урок 191. 00:01:17Introduction
-
Урок 192. 00:02:15Remove Listener Example
-
Урок 193. 00:02:20Create Hibernate Listeners
-
Урок 194. 00:08:12Register Hibernate Listeners
-
Урок 195. 00:05:57Implement Hibernate Encryption Listeners
-
Урок 196. 00:02:07Introduction
-
Урок 197. 00:01:36Disable Hibernate Event Listeners
-
Урок 198. 00:02:56JPA Callback on Entity Methods
-
Урок 199. 00:03:33JPA Callback Listener
-
Урок 200. 00:03:16Spring Context Helper
-
Урок 201. 00:03:09Implement Callback Encryption
-
Урок 202. 00:04:56JPA Converters
-
Урок 203. 00:01:52Introduction
-
Урок 204. 00:02:51Project Code Review
-
Урок 205. 00:06:28Adding Project Lombok
-
Урок 206. 00:02:51My SQL Configuration
-
Урок 207. 00:04:23Data Source Properties
-
Урок 208. 00:03:11Create Data Source Connections
-
Урок 209. 00:04:42Create Entity Managers
-
Урок 210. 00:02:54Create Transaction Managers
-
Урок 211. 00:04:24Spring Data JPA Repository Configuration
-
Урок 212. 00:04:31Create Flyway Migration Scripts
-
Урок 213. 00:03:27Flyway Datasource Configuration
-
Урок 214. 00:03:43Custom Flyway Migrations
-
Урок 215. 00:04:09Flyway Migration Testing
-
Урок 216. 00:04:34Hikari Database Pooling Properties
-
Урок 217. 00:03:39Configure Hibernate Schema Validation
-
Урок 218. 00:06:20Configure Hibernate Naming Conventions
-
Урок 219. 00:02:45Hibernate Transient Properties
-
Урок 220. 00:04:47Create Credit Card Id References
-
Урок 221. 00:05:45Save New Credit Card
-
Урок 222. 00:05:00Get Credit Card by Id
-
Урок 223. 00:02:49Summary
-
Урок 224. 00:02:15Introduction
-
Урок 225. 00:04:58Project Code Review
-
Урок 226. 00:02:39Add Spring Data REST Dependency
-
Урок 227. 00:04:26List All With Spring Data REST
-
Урок 228. 00:01:54Set Base Path
-
Урок 229. 00:04:57Customize URL Path
-
Урок 230. 00:02:47Version Property - ETag Header
-
Урок 231. 00:03:46API Profile
-
Урок 232. 00:02:40Create with Spring Data REST
-
Урок 233. 00:02:14Update Data with Spring Data REST
-
Урок 234. 00:01:52Delete Data with Spring Data REST
-
Урок 235. 00:02:47Use Repository Methods
-
Урок 236. 00:12:21GitHub Workflow
-
Урок 237. 00:49:48Restful Web Services with Spring MVC
-
Урок 238. 00:18:51Dependency Injection Best Practices
-
Урок 239. 00:17:29Introduction to Testing with Spring
-
Урок 240. 00:04:37Introduction to MockMVC
-
Урок 241. 00:30:33Building a Spring Boot Application
-
Урок 242. 00:56:34Kube By Example - Building a Spring Boot Docker Images
- Категории
- Источники
- Все курсы
- Разделы
- Книги