Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Is there are way to scroll results with JPA/hibernate?

java hibernate orm jpa toplink

How to set the timeout period on a JPA EntityManager query

org.hibernate.exception.SQLGrammarException: could not prepare statement

java hibernate jpa

Java 8 LocalDate in hibernate wrongly mapped to TIMESTAMP

JPA get id of entity object

java hibernate jpa

How to get rid of 'java.lang.IllegalArgumentException: Unknown entity' while running a simple hibernate app?

hibernate jakarta-ee jpa

Spring JPA java.lang.IllegalStateException: No persistence units parsed from {classpath*:META-INF/persistence.xml}

jpa spring-data-jpa

Real difference between one-phase and two-phase (XA) commit

JBoss Deployement Issue - Cannot deploy this Jar

jpa jboss ejb jms

JPA flush vs commit

java spring postgresql jpa

Jpql selecting the one maximum row from each group

java jpa jpql

JPA: defining an index column [duplicate]

jpa indexing jpa-2.0

Hibernate: How specify custom sequence generator class name using annotations?

hibernate jpa

Problem with JPA Project in Eclipse - error in class annotated @Entity: Table "xxx" cannot be resolved

Java Hibernate with Persistence Question---if FetchType is not defined, what is the default method?

hibernate jpa

Hibernate @Where is not enforcing at @MappedSuperClass Entity

java hibernate jpa entity where

separating JPA entities from Hibernate-specific tweaks

How do I keep entities (or their associations) attached to the current persistence context across multiple requests (using Wicket & JPA)?

jakarta-ee jpa wicket