Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA Native Query for Entity with Inheritance

Why does the Google App Engine documentation emphasize JDO over JPA?

java google-app-engine jpa jdo

How to generate case sensitive columns with JPA in MySQL automatically

java mysql jpa

How to map custom collection in JPA?

Best way to handle JPA merge?

jpa jta

HIbernate Can't delete Entity with foreign key. Foreign key gets set to null

How to generate Custom Id in JPA

JPA2/Hibernate - Stop lazy loading?

java hibernate jpa gson

JPA Criteria API and type safety

JPA Entity - Specify Persistence Unit?

JPA provider vs. dialect vs. vendor in the Spring contaniner configuration

@Converter annotated class not getting auto detected by jpa

java hibernate jpa jpa-2.1

JPA save "new" Entity with reference to an existing Entity using only it's id?

java hibernate jpa

No qualifying bean of type [org.springframework.transaction.PlatformTransactionManager] is defined

Hibernate does not allow an embedded object with an int field to be null?

java hibernate orm jpa

Abstracting named queries in an abstract JPA DAO

java hibernate jpa jpa-2.0

Using JPA entities in JSF. Which is the best strategy to prevent LazyInitializationException?

JPA Entiy on synonym instead of table

Scaling and Clustering JPA

Reusing entity manager by em.clear() or creating a new entity manager?

jpa jpa-2.0 entitymanager