Search code examples
JPA. What exceptions may FindAllBy throw?...

springjpaspring-data

Read More
How to properly cast string to number with JPA2 Criteria API?...

jpajpa-2.0criteria-api

Read More
org.hibernate.MappingException: Unknown entity: org.example.Person...

javamysqlhibernatejpa

Read More
QueryDSL It's possible usage of abstract Class methods in generated classes?...

javajpaquerydsl

Read More
can i override singleTableEntityPersister for all my entities?...

javahibernatejpapersistence

Read More
Spring Data - OR condition in a repository method name...

javaspringjpaspring-dataspring-data-jpa

Read More
How does spring.jpa.hibernate.ddl-auto property exactly work in Spring?...

javaspringhibernatejpaddl

Read More
Helidon MP EntityManager always return NULL...

jpacdihelidon

Read More
Confusion: @NotNull vs. @Column(nullable = false) with JPA and Hibernate...

javahibernatejpapersistencehibernate-annotations

Read More
@Version causing update on Entity when modifying collection...

springhibernatejpamany-to-manyentity

Read More
java CriteriBuilder mask column value...

javaspringjpacriteriabuilder

Read More
JPA Criteria API and parentheses...

sqljpaspring-data-jpaspring-datajpa-criteria

Read More
Spring JPA repository transactionality...

javajpaspring-dataspring-transactions

Read More
Seems JPA spring.jpa.hibernate.ddl-auto=update doesn't work...

javamysqlspringhibernatejpa

Read More
Does JPA support multiple column membership in where clause?...

jpa

Read More
How does @CreatedBy work in Spring Data JPA?...

javaspringjpaspring-dataspring-data-jpa

Read More
Persisting Json Data in Spanner with JPA and Hibernate 6...

spring-boothibernatejpaspring-data-jpagoogle-cloud-spanner

Read More
What is @Entity in Spring JPA?...

javaspringspring-bootjpaentity

Read More
Error While Creating Entities in Spring boot application...

javaspringspring-bootjpaspring-data-jpa

Read More
How does the FetchMode work in Spring Data JPA...

javaspringhibernatejpaspring-data-jpa

Read More
How to get inet in entity class in spring using hibernate...

javaspringpostgresqlhibernatejpa

Read More
What lombok annotations are mandatory for a JPA entity...

javajpaspring-data-jpalombok

Read More
How to set some Hibernate properties in Spring JPA Web Application?...

javaspringhibernatejpaconfiguration

Read More
How to allow specific words using javax.validation.constraints.Pattern?...

javaregexspringspring-mvcjpa

Read More
JPA: readOnly=true in one big @Transactional...

javajpaspring-transactions

Read More
What is the difference between an Spring Entity Manager and Spring Data Repository?...

javaspringjpaspring-data-jpaspring-data

Read More
Spring data @Query insert, DBC style parameters (?) are not supported for JPA queries...

springjpaspring-data-jpaspring-data

Read More
Why doesn't the n+1 problem occur in the constructor passing entity fields?...

javasqlmysqljpa

Read More
Flush saveAll in JpaRepository...

javaspringjpa

Read More
JPA repository queries by function name for not equals...

springjpacrud

Read More
BackNext