-
Notifications
You must be signed in to change notification settings - Fork 10
StackOverflow Questions
Konstantin Triger edited this page May 1, 2020
·
1 revision
Some StackOverflow questions that can be elegantly solved with FluentJPA:
- Hibernate create child of OneToMany by passing only id of “parent” entity
- Find elements of specific type in single table inheritance type
- How can I dynamically create a query with a complex base clause using the Criteria API?
- JPQL Many to Many with in Clause
- How to insert or set field in Spring JPA?
- JPA aggregation on aggregated subquery result
- Referencing a join table to a view
- How to cast a null date in an hibernate nativeQuery?
- JPA Criteria query with inner join of aggregation
- Why hibernate query language does not support collation in HQL?
- How to create a query using Criteria
- Hibernate : How to dynamically add attributes in where clause of hibernate native sql query language
- LEFT JOIN unrelated entity to root table in JPA Criteria builder
- How to perform an insert with a select statement to put in multiple rows with HQL
- Spring Data JPA on multiple columns with AND clause and combining with OR clause
- spring data jpa - class based projections with custom query
- JPA criteria query select from 3 tables based on id
- Hibernate - Set an ManyToOne column value just with id, without an instance of object
- [Java][Hibernate] How to fetch limit of child dependency collection?
- Hibernate: Many to Many contains specific IDs using Criteria
- how to select multiple columns in subquery(hql)
- Search with the supplied value in the current and all successive parents when both child and parent are stored in the same table using JPA Hibernate
- conditional join fetch in hibernate
Getting Started
- Introduction
- Setup
- Data Types
- Entities & Tuples
- Sub Queries
- JPA Integration
- Java Language Support
- Directives
- Library
- Returning Results
- JPA Repositories
Examples
Basic SQL DML Statements
Advanced SQL DML Statements
- Common Table Expressions (WITH Clause)
- Window Functions (OVER Clause)
- Aggregate Expressions
- MERGE
- Temporal Tables
Advanced Topics