[Udemy] Hibernate (2021) [RU]
视频
|
2023-3-26 19:34
|
2024-11-1 15:06
|
50
|
7.14 GB
|
83
|
- 01 - Введение/001 Введение.mp451.29MB
- 01 - Введение/002 Установка программного обеспечения.mp457.63MB
- 01 - Введение/003 Настройка проекта.mp466.34MB
- 01 - Введение/004 Конфигурация SessionFactory.mp490.11MB
- 01 - Введение/005 Entity.mp4126.77MB
- 01 - Введение/006 Класс Session.mp499.4MB
- 01 - Введение/007 Type converters.mp493.93MB
- 01 - Введение/008 Custom attribute converter.mp466.53MB
- 01 - Введение/009 Custom user type.mp481.64MB
- 01 - Введение/010 Методы updatedeleteget.mp482.85MB
- 01 - Введение/011 EntityPersister.mp450.46MB
- 01 - Введение/012 First Level Cache.mp479.39MB
- 01 - Введение/013 Entity lifecycle. Теория.mp436.69MB
- 01 - Введение/014 Entity lifecycle. Практика.mp493.94MB
- 01 - Введение/015 Java Persistence API (JPA).mp452.08MB
- 02 - Logging/001 Logging. Теория.mp473.1MB
- 02 - Logging/002 Logging. Файл log4j.xml.mp4105.21MB
- 02 - Logging/003 Logging. File appender.mp472.2MB
- 03 - Primary keys. Embedded components/001 Embedded components.mp462.68MB
- 03 - Primary keys. Embedded components/002 Primary keys.mp4142.45MB
- 03 - Primary keys. Embedded components/003 EmbeddedId.mp456.93MB
- 03 - Primary keys. Embedded components/004 Other basic annotations.mp452.7MB
- 04 - Mapping entity associations/001 ManyToOne.mp494.09MB
- 04 - Mapping entity associations/002 Fetch types.mp449.85MB
- 04 - Mapping entity associations/003 Hibernate Proxy.mp4124.2MB
- 04 - Mapping entity associations/004 Cascade types.mp466.11MB
- 04 - Mapping entity associations/005 OneToMany.mp473.05MB
- 04 - Mapping entity associations/006 Cascade types with collections.mp487.91MB
- 04 - Mapping entity associations/007 Entity equals and hashCode.mp432.82MB
- 04 - Mapping entity associations/008 PersistentCollection.mp468.82MB
- 04 - Mapping entity associations/009 LazyInitializationException.mp459.57MB
- 04 - Mapping entity associations/010 OrphanRemoval.mp439.47MB
- 04 - Mapping entity associations/011 OneToOne. Primary key.mp498.53MB
- 04 - Mapping entity associations/012 OneToOne. Foreign key.mp474.1MB
- 04 - Mapping entity associations/013 ManyToMany.mp4114.52MB
- 04 - Mapping entity associations/014 ManyToMany. Separate entity.mp490.65MB
- 04 - Mapping entity associations/015 Collection performance.mp425.81MB
- 04 - Mapping entity associations/016 ElementCollection.mp489.11MB
- 04 - Mapping entity associations/017 Collection ordering.mp4102.71MB
- 04 - Mapping entity associations/018 Maps in mappings.mp478.75MB
- 05 - Databases in tests/001 In-Memory databases. H2.mp4106.41MB
- 05 - Databases in tests/002 Docker. Testcontainers.mp491.68MB
- 06 - Mapping inheritance/001 MappedSuperclass.mp451.01MB
- 06 - Mapping inheritance/002 Inheritance. TABLE_PER_CLASS.mp4110.42MB
- 06 - Mapping inheritance/003 Inheritance. SINGLE_TABLE.mp451.52MB
- 06 - Mapping inheritance/004 Inheritance. JOINED.mp459.16MB
- 07 - Hibernate querying/001 HQL. Part 1.mp499.92MB
- 07 - Hibernate querying/002 HQL. Part 2.mp472.91MB
- 07 - Hibernate querying/003 HQL. Практика.mp4188.11MB
- 07 - Hibernate querying/004 Criteria API.mp4316.31MB
- 07 - Hibernate querying/005 Querydsl. Настройка.mp488.15MB
- 07 - Hibernate querying/006 Querydsl. Практика.mp4148.28MB
- 07 - Hibernate querying/007 Querydsl. Filters.mp474.01MB
- 08 - N + 1 selects problem/001 Введение в проблему N + 1 запросов.mp4110.56MB
- 08 - N + 1 selects problem/002 @BatchSize.mp444.97MB
- 08 - N + 1 selects problem/003 @Fetch.mp445.82MB
- 08 - N + 1 selects problem/004 Query Fetch.mp474.06MB
- 08 - N + 1 selects problem/005 @FetchProfile.mp462.22MB
- 08 - N + 1 selects problem/006 Entity Graphs.mp4130.02MB
- 08 - N + 1 selects problem/007 Best practices.mp439.85MB
- 09 - Transactions & Locks/001 Введение в транзакции и блокировки.mp4104.75MB
- 09 - Transactions & Locks/002 JPA Transactions.mp475.39MB
- 09 - Transactions & Locks/003 Locks. Optimistic. Part 1.mp484.52MB
- 09 - Transactions & Locks/004 Locks. Optimistic. Part 2.mp446.7MB
- 09 - Transactions & Locks/005 Locks. Pessimistic.mp485.12MB
- 09 - Transactions & Locks/006 Read Only Transactions.mp447.53MB
- 09 - Transactions & Locks/007 Nontransactional Data Access.mp457.35MB
- 10 - Listeners & Interceptors/001 Entity Callbacks.mp466MB
- 10 - Listeners & Interceptors/002 Listener callbacks.mp470.06MB
- 10 - Listeners & Interceptors/003 Event Listeners.mp4163.48MB
- 10 - Listeners & Interceptors/004 Interceptors.mp467.56MB
- 11 - Hibernate Envers/001 Hibernate Envers. Part 1.mp475.8MB
- 11 - Hibernate Envers/002 Hibernate Envers. Part 2.mp4100.53MB
- 11 - Hibernate Envers/003 Hibernate Envers. Part 3.mp4107.41MB
- 12 - Second Level Cache/001 Second Level Cache. Конфигурация.mp4105.25MB
- 12 - Second Level Cache/002 Second Level Cache. @Cache.mp496.38MB
- 12 - Second Level Cache/003 Second Level Cache. Regions.mp4101.32MB
- 12 - Second Level Cache/004 Second Level Cache. Query Cache.mp489.17MB
- 13 - DAO & Repository/001 DAO & Repository. CRUD.mp4120.8MB
- 13 - DAO & Repository/002 DAO & Repository. CurrentSessionContext.mp486.73MB
- 13 - DAO & Repository/003 DAO & Repository. Практика.mp4358.33MB
- 13 - DAO & Repository/004 DAO & Repository. JSR 303. Bean Validation.mp4104.05MB
- 14 - Заключение/001 Заключение. Путь развития.mp469.75MB
不会用的朋友看这里
把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载!
亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:[email protected]
概述
838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题
它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息
838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪
838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统