Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

SQL Query error in JSF, JPA application

java jpa

javax.validation.ValidationException: HV000041: Call to TraversableResolver.isReachable() threw an exception

java jpa eclipselink

Understanding transaction session with lazy loading in Spring JPA Hibernate

eclipse Duplicate generator named "ID_GENERATOR" defined in this persistence unit

eclipse jpa jpa-2.0

An alternative to Hibernate or TopLink? [closed]

JPA/Hibernate, @Embedded and Enum

java jpa persistence enums

Unable to have correct value with SELECT query using MAX() in JPA

java jpa derby jpql toplink

@OrderBy causes java.lang.ClassCastException: antlr.CommonToken cannot be cast to antlr.Token [duplicate]

Using Different Hibernate User Types in Different Situations

Why does a class implements Serializable interface? [duplicate]

java jpa

Joda Time and hibernate 4

JPA/Hibernate select query returning duplicate records

java sql oracle hibernate jpa

Getting old data with JPA

java jpa eclipselink

JPA + Hibernate count(*) using CriteriaBuilder - with generatedAlias

hibernate jpa criteria-api

Simple where condition for JPA CriteriaQuery

java hibernate jpa

Jpa Repository got error cannot not serializable when get data from database

How to use MySQL's full text search from JPA

How to dynamically order many-to-many relationship with JPA or HQL?

Understanding EJB3/JPA container-level transactions and isolation level