Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate: Used mappedBy on class that extends another class annotated as JoinedSubclass?

java hibernate jpa

What is the difference between @Inject and @PersistenceContext?

Hibernate Spatial - Query within an X kilometer radius?

Nested @Transactional methods with @Async

How to debug "Found two representations of same collection"?

NamedQuery: Best practices

java jpa naming-conventions

Is it a good practice to use JPA entities as domain models?

jpa domain-driven-design

Ordering a join fetched collection in JPA using JPQL/HQL

java jpa hql jpql

Foreign key mapping inside Embeddable class

Is there a way to scan JPA entities not to declare persistent classes in a persistence.xml file?

java jpa persistence.xml

Insert after delete same transaction in Spring Data JPA

What does @Basic annotation really do?

java hibernate jpa

Hibernate auto key generation with MySQL and Oracle

java mysql oracle hibernate jpa

Should I pass a managed entity to a method that requires a new transaction?

When I use A JPA Query's getResultList(), are the results detached or managed?

java jpa eclipselink

Join two un-related tables using JPA EntityManager

java jpa jpa-2.0

org.hibernate.AnnotationException: referencedColumnNames referencing not mapped to a single property

java spring hibernate jpa entity

How to save a new entity that refers existing entity in Spring JPA?

Automatically convert a parameter with Spring Data JPA

JPA Uppercase table names