417 тысяч подписчиков
306 видео
Fix N+1 Select Issues with Hibernate’s EntityGraphs
JOIN FETCH with Hibernate - The end of n+1 select issues
How to choose the right FetchType to avoid Hibernate performance issues
Keycloak IAM & SSO - Customized to your Enterprise Requirements with Niko Köbler
Getting the most out of your database using SQL and jOOQ with Lukas Eder
Promo Expert Session Ronald Dehuysser JobRunr
Databases and AI with Neo4J as an example with Michael Simons
Current State of Maven 4 with Karl Heinz Marbaise
Persistence Hub Snippets: DDD meets JPA
Hibernate @NotFound - How to handle broken foreign key reference
Choosing ListSematics in Hibernate 6
Incubating Features in Hibernate 6
Hibernate Tip: Control cache invalidation for native queries
Hibernate Envers: How To Query Data From Your Audit Log
Hibernate Tip: Many-to-Many Association with additional Attributes
Hibernate Tip: How to Handle NULL Values while Ordering Query Results in a CriteriaQuery
Spring & Spring Data JPA: Managing Transactions
Mapping Arrays with Hibernate
JPA & Hibernate: Basic Annotations You Need To Know
Hibernate: How to change an attribute before INSERT and UPDATE
Hibernate Tip: How to define a query timeout
Hibernate Tip : How to create and initialize a database
Hibernate’s Query Plan Cache: How It Works and How to Tune It
Hibernate & JPA: Date & Time Mappings
Hibernate Tip: Map database columns with generated values
Ultimate Guide: Derived Queries with Spring Data JPA
Hibernate: Common Exceptions Every Developer Must Know
Hibernate Tip: How to map the latest element of an association
Quarkus & Hibernate – Getting Started Guide
Hibernate Tip: Map 1 Entity Attribute to 2 Columns
JPA Tip: How to map entity attributes of type java.time.Duration
How to persist LocalDate and LocalDateTime with JPA
Hibernate Tip: How to persist a List of Strings as an ElementCollection
Mapping BLOBs & CLOBs with JPA and Hibernate
Mapping Collections with Hibernate and JPA
Hibernate Tip: How to map a bidirectional many-to-many association
Native Queries with Spring Data JPA
Hibernate Tip: Customize the association mappings using a composite key
Hibernate: Modeling Self-referencing Associations
Hibernate: How to Cache DTO Projections
Hibernate @Filter Annotation: Apply Dynamic Filters at Runtime
Best Practices for Many-To-One and One-To-Many Association Mappings
Hibernate Tip : How to detach an entity from the persistence context
Hibernate Envers : How to Implement a Conditional Audit Log
Spring Data JPA – Working with Views
Hibernate Tip: How to map an entity attribute to an Optional
Ultimate Guide to Implementing Equals & HashCode with Hibernate & JPA
How to automatically validate entity attributes with Hibernate Validator
Localized Data: How to Map It With Hibernate
Hibernate: How to Implement a Custom, Sequence-Based ID Generator
Hibernate Logging Guide: Use the right configuration for development and production
Hibernate Tip: How to Share the Primary Key in a One-to-One Association
How to persist LocalDateTime & Co with Hibernate 5
Hibernate & Testcontainers: A Perfect Match For Your Tests?
5 Hibernate 5 features every developer should know
Hibernate & PostgreSQL : 6 Things You Need To Know
How to join unassociated entities with JPA and Hibernate
Hibernate Tip: How to map an entity to multiple tables
5 Primary Key Mappings Every Developer Should Know with JPA & Hibernate
Hibernate Tip: Best way to remove entities from a many-to-many association