Search code examples
JPA many to one query retrieves too many fields...


javahibernatejpaspring-data-jpa

Read More
SQLGrammarException with Hibernate, MYSQL and SpringBoot...


javamysqlspring-boothibernate

Read More
Unable to use associations on a view after Hibernate update...


javaspring-boothibernate

Read More
Cannot load from object array because "this.tableMappings" is null - Quarkus Hibernate...


javahibernatequarkussoft-delete

Read More
Migrate @Type(type = "org.hibernate.type.ClassType") to Spring Boot 3...


springspring-boothibernatespring-data-jpanhibernate-mapping

Read More
Saving enum string properties into database...


javapostgresqlhibernate

Read More
Best practice for writing unit tests for Quarkus Panache entities...


hibernateunit-testingquarkusquarkus-panache

Read More
Spring JPA NoRepositoryBean Queries...


javaspringhibernatespring-data-jpa

Read More
@OrderBy and SortedSet: Why must it be avoided?...


javahibernatejpacollectionsspring-data-jpa

Read More
How to update a detached entity containing the ID with hibernate EntityManager?...


javahibernaterestcrudquarkus

Read More
Use pagination on query on multiple indices in hibernate search...


javahibernatehibernate-search

Read More
Json Deserializer in Spring Boot - How to make deserialization and self relations...


javaspring-boothibernatejpajackson

Read More
How to print a query string with parameter values when using Hibernate...


javasqlhibernateorm

Read More
How to run a native SQL query in Spring without an entity and a JPA Repository?...


javasqlhibernatespring-data-jpa

Read More
Spring Boot: Export identifier encountered more than once...


javahibernatespring-boot

Read More
Whitelabel Error Page - how to resolve this...


javaspringspring-boothibernatemaven

Read More
What should I replace the hibernate deprecated @TypeDef and @Type annotations by?...


javahibernatedeprecated

Read More
Hibernate ScrollableResult not working on Springboot 3.2...


spring-boothibernatescrollableresults

Read More
Hibernate many-to-many relation with extra column returns NonUniqueObjectException when adding a rel...


javaspring-boothibernate

Read More
Criteria Api: OrderBy Case: How do I sort objects that are in the same case?...


javahibernatecriteriahibernate-criteriacriteria-api

Read More
How to fetch a OneToMany relation between two entities that are both ManyToOne-related to the root e...


hibernatespring-data-jpajpql

Read More
Changing Boolean to boolean throws noSuchMethodError in MapStruct...


javahibernatebooleanmapstruct

Read More
Hibernate query involving a @ManyToOne relationship...


javahibernate

Read More
Hibernate: How can I assign a default value to the enum in the embedded class...


javahibernate

Read More
StackOverflowError during class transformation on startup of Liberty Server...


hibernatewebsphere-libertyopen-liberty

Read More
Hibernate @OneToMany Relationship Causes Infinite Loop Or Empty Entries in JSON Result...


jsonhibernateone-to-manyhibernate-onetomany

Read More
Persisting a JSON Object using Hibernate and JPA...


javajsonspringhibernatejpa

Read More
Clarifying terminology - What does "hydrating" a JPA or Hibernate entity mean when fetchin...


javahibernatejpaormlazy-loading

Read More
SqlRowSet throws Invalid SQL type for column with dateTimeOffset(Type associated with java Instant)...


javasql-serverspring-boothibernatejdbc

Read More
Active record pattern with Hibernate...


javaspringhibernateorm

Read More
BackNext