Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Extending JPA entity data at runtime

java hibernate jpa runtime

Spring 3.0 ORM with JPA 2.0 ClassCastException

spring jpa

Seam 2.x and Hibernate 3.5?

hibernate orm jpa seam jpa-2.0

How can we compute the LAST page with JPA?

java hibernate jpa

JPA: how to make a field auto increment

How do you set the schema name for sequences at deploy time when using JPA?

java oracle jpa persistence

OpenEJB with Tomcat and Hibernate and JPA

hibernate jpa openejb

JPA 2 (EclipseLink) Trying to use UUID as primary key EntityManager.find() always throws exception (Database is PostgreSQL)

XSD Schema - JAXB marshaling - Datastore(JPA/JDO) Roundtrip

java jpa jaxb jdo

Multiple Threads accessing the database: one with long transaction, one with short transactions

java database hibernate jpa

Not able to configure JPA with ehcache

java jpa ehcache

How to build a dynamic query which add number of days to date and compare that date with another date using criteria API?

SELECT NEW in JPQL

java jpa jpql openjpa

Possibly consider using a shorter maxLifetime value - hikari connection pool spring boot

Does the JPA specification allow references to non-primary key columns?

hibernate jpa mapping

Using hibernate named parameter twice

java hibernate jpa

Map a list of strings with JPA/Hibernate annotations

java hibernate jpa annotations

@ManyToOne(fetch = FetchType.LAZY) doesn't work on non-primary key referenced column

hibernate jpa

Spring Boot: How to use multiple schemas and dynamically choose which one to use at runtime

mysql database jpa spring-boot

which transaction manager should I use (JTA vs JPA)?

spring jpa jta