Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

What is the difference between Transaction manager and Entity Manager

java spring jpa spring-data

Spring @Transactional on @Bean declaration instead of class Implementation

java spring jpa transactions

Select row with most recent date per user with 1 condition in JPA

java sql jpa junit

referring Tomcat JNDI datasource in persistence.xml

Hibernate OnetoMany,ManyToOne Mapping Giving null

java hibernate jpa

JPA @ManyToMany - Cannot delete or update a parent row: a foreign key constraint fails

java jpa many-to-many

JPA Annotations in Android

java android jpa annotations

How JPA transactions works

How to execute custom SQL query with spring-managed transactional EntityManager

JPA or Hibernate for Java Persistence?

java hibernate jpa persistence

How to use StatelessSession with Spring Data JPA and Hibernate?

JPA Criteria query group by uses only the id

Hibernate: LazyInitializationException: failed to lazily initialize a collection of role. Could not initialize proxy - no Session

persistence.xml with Glassfish 3.1.1

JNDI lookup works fine using lookUp but not when used in persistence.xml of JPA

Spring Data JPA(Hibernate): How do I retrieve a concrete entity using only a field in its abstract superclass?

JPA Updating Bidirectional Association

How is the "Owning Side" of this many-to-many relationship determined?

java entity-framework jpa orm

Does JPA's commit() method make entity detached?

java hibernate jpa

Which is better: single global sequence vs. sequence per table?

oracle hibernate jpa