When should I use @Transactional and do I still need repository.save() in Spring Boot?...
Read MoreHow to use aggregate function in lucene query string?...
Read MoreHow do I update row in a table while reading rows with a Java stream (adaptive buffering)?...
Read More[Ljava.lang.Object; cannot be cast to...
Read MoreWhy JPA Buddy complains about @Data annotation over JPA Entity?...
Read MoreDisable warning "entity was modified, but it won't be updated because the property is immut...
Read MoreJPA Many To Many relationship add method...
Read MoreSpring Boot 4 upgrade hibernate jpa json functions incubated...
Read MoreHow can I query a unbuffered query in SQL Server with Hibernate?...
Read MoreMySQLNonTransientConnectionException: No operations allowed after connection closed.Connection...
Read MoreDisable all Database related auto configuration in Spring Boot...
Read MoreHibernate validation error: found [bpchar (Types#CHAR)], but expecting [char(2) (Types#VARCHAR)]...
Read MoreMapping JSON object to Hibernate entity...
Read MoreHow do you handle with bulk deleting by an array of IDs in Spring Data JPA?...
Read MoreHibernate ManyToMany on the same entity results in recursion...
Read MoreGenericJDBCException caught by wrong part of the try/catch block...
Read MoreHibernate + OSIV. 2 transactions. Repeatable read...
Read MoreRollback with caught RuntimeException...
Read MoreIf using Hibernate with database (and c3p0 dbpooling) is is still possible and safe to directly get ...
Read MoreHow to configure Hibernate6 default for Timestamp with a nanosecond precision?...
Read MoreHibernate: How to keep PostgreSQL enum type up-to-date with Java enum?...
Read Moreorg.hibernate.type.SerializationException: could not deserialize...
Read MoreReplacement for deprecated Hibernate Criteria .list() and .scroll()...
Read MoreHibernate @oneToOne mapping is unable to use L2 cache when mapping returns no Object...
Read Moreconverting HQL (hibernate query language) to oracle query...
Read MoreEnumerate in entity creates "check" contraint when creating table...
Read MoreSpring : @Transactional @Scheduled method throws TransactionException...
Read MoreTestcontainer: H2 is still used in test, Domain "TEXT" not found;...
Read MoreSpring Boot 3.2.0 not loading application context in JUnit code...
Read MoreHow to autogenerate created or modified timestamp field?...
Read More