Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Difference between using @OneToMany and @ManyToMany

java jakarta-ee jpa

jpql date comparison today

java jpa jpql

Accessing JPA Data with REST fails No suitable HttpMessageConverter found

java spring rest jpa spring-boot

org.hibernate.hql.ast.QueryTranslatorImpl list ATTENTION: firstResult/maxResults specified with collection fetch; applying in memory

hibernate jpa

No [EntityType] was found for the key class [...] in the Metamodel

java jpa eclipselink

Create Query matching for current date [duplicate]

How to call Oracle Function or Procedure using Hibernate (EntityManager) or JPA

How does @CreatedBy work in Spring Data JPA?

How to make QueryDSL and Lombok work together

java maven jpa querydsl lombok

Internal HSQL database complains about privileges

Hibernate on Oracle: mapping String property to CLOB column

java oracle hibernate jpa clob

Execute sql script after jpa/EclipseLink created tables?

java orm jpa eclipselink jpa-2.0

How to create an 'instance of' -like query in JPA 2.0?

java jpa jpa-2.0 jpql

JPA Hibernate Call Postgres Function Void Return MappingException:

Get hold of a JDBC Connection object from a Stateless Bean

java hibernate jpa jdbc ejb

JPQL select query for ElementCollection

java jpa jpql

Spring Data Querying DateTime with only Date

Should Hibernate be able to handle overlapping foreign keys?

createEntityManager throws java.lang.NullPointerException at org.hibernate.engine.transaction.internal.jta.JtaStatusHelper.getStatus

JPA (Hibernate) and custom table prefixes

java hibernate jpa