Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

org.h2.jdbc.JdbcSQLException: Schema "DBO" not found

Spring Data JPA - Join unrelated entities by defining projections

Creating queries using Criteria API (JPA 2.0)

Unknown entity class error message even though the entity is marked with @Entity annotation

How do I query UUIDs stored as binary in a database (JPA/Hibernate/MySQL)

hibernate jpa binary uuid

Why do we have to manually flush() the EntityManager in a extended PersistenceContext?

java jpa persistence ejb flush

JPA: how do you get/print the JPQL query string behind a (typed) query after parameters have been set?

java debugging jpa jpql

Is a Spring Data (JPA) Repository thread-safe? (aka is SimpleJpaRepository thread safe)

Priority between properties in HibernateJPAVendorAdapter and JPAProperty

JdbcTemplate query close database connection

Key & value column name overrides when mapping java.util.Map with JPA annotations

Filters For Spring Data + JPA

jpa spring-data

Querying a nullable @OneToOne relationship with JPA

java sql hibernate jpa jpql

Lambda in Java - Could not analyze lambda code

java jpa lambda

DDD When should I create a domain object and a persistence object instead of using a persistence object as a domain object?

Hibernate ignores fetchgraph

java hibernate jpa entitygraph

How to start a transaction in JPA using entityManager

JPA AttributeConverter makes hibernate generate update statements on whole table in transaction

Hibernate:Could not read entity state from ResultSet and IllegalArgumentException:GregorianCalendar.computeTime

java spring hibernate jpa jdbc

Dynamic JPA 2.0 query using Criteria API