Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

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

Hibernate Entity proxy initialization

java hibernate jpa orm proxy

Hibernate mapping exception - Could not determine type for:

Persisting an entity when ID is null and automatically generated in the database

java jpa derby glassfish-4

Is it necessary to create an repository and a service for each entity? [duplicate]

java spring hibernate jpa

Bind array param to native query

JPA: is @PrimaryKeyJoinColumn(...) the same as @JoinColumn(..., insertable = ?, updatable = ?)?

@OrderColumn, @OneToMany & null index column for collection

java hibernate jpa jpa-2.0

EntityManager persist() method does not insert record to database

spring hibernate jpa persist