Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

The attribute [...] from the managed type [...] is not present (for fields with lowerCase/upperCase names

jpa

How to fix "com.jdbc.SQLServerException: Invalid column name 'taxi_id' "

JPA OUTER JOIN without relation

jpa outer-join

Hibernate one to many relationship with join table with addition columns in join table

JPA : OpenJPA : The id class specified by type does not match the primary key fields of the class

java hibernate jpa persistence

how to solve lazyinitializationexception not using fetch=FetchType.EAGER?

EclipseLink-93 Exception Description: The table [item] is not present in this descriptor

java jpa eclipselink

Inject PersistenceContext from persistence.xml

java spring hibernate jpa

I catch the exception but still see it thrown in the logs

java jpa exception

Why doesn't work CriteriaBuilder like for camelcase

Is it a good or bad convention to update entity / row without calling save() in hibernate / spring-jpa?

How to query for number of records in select with "group by" clause in JPA/EclipseLink?

java hibernate jpa eclipselink

JPA/Hibernate: is it obvious to create UserType when using AttributeConverter on complex class?

java hibernate jpa orm

Using a ParameterExpression as part of the In clause

java hibernate jpa jpa-2.0

Spring - PersistenceContext - No transactional EntityManager available

database spring hibernate jpa