Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to use projection interfaces with pagination in Spring Data JPA?

Best practice: best database naming convention for JPA? [closed]

How can I get all @Entity classes from a Persistence Unit?

java jakarta-ee jpa jpa-2.0

JPQL query - hibernate: with-clause not allowed on fetched associations

java hibernate jpa join jpql

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