Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Can HibernateTemplate coexist with EntityManager?

java spring hibernate jpa

How to annotate Map<Entity,INTEGER> with JPA?

java hibernate jpa hashmap

Date comparison using the JPA criteria API

date jpa criteria-api

Dynamic sorting in QueryDSL

jpa querydsl

Grails (Hibernate) Mapping of java.time.ZoneId to Database

Spring JPA selecting from where clause

java jpa spring-data-jpa

Hibernate select id of join column without join

java hibernate jpa

JPA : Inheritance - Discriminator value not taken into account in generated SQL

Maven doesn't generate the "persistence.xml" file

java maven-2 jpa

Can Jetty be used as a Java EE lightweight application server?

Insert with Hibernate native query does not work for java.util.Date

mysql sql hibernate spring jpa

Create database tables from eclipse link JPA entities

java jpa heroku

Spring Bean Hangs on Method with @Transactional

Cannot use identity column key generation with the strategy TABLE_PER_CLASS in JPA?

inheritance jpa

Hibernate: insert ManyToMany, generate ID in relationship table

java hibernate jpa

cannot import play.db.jpa.Model into my model

jpa model playframework

Using EclipseLink JPA to bind Strings larger than 255 characters

java sql jpa eclipselink

Getting Exception - java.lang.IllegalStateException: A JTA EntityManager cannot use getTransaction()

java hibernate jpa ejb-3.0

Why do changes to my JPA entity not get persisted to the database?

Guice Provider<EntityManager> vs EntityManager