Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Should JPA entities and DDD entities be the same classes?

What is causing a unique constraint violation when using a SEQUENCE in Hibernate?

Why is my converted column marked by JpaAttributeTypeInspection with the error message "'Basic' attribute type should not be a map"?

How to get ResultSetMetaData from Entity Manager?

java jpa resultset

Is there a way to use Postgres' UUID generation with Hibernate's IDENTITY ID generation strategy?

JPA merge() doesn't work as expected when resaving a modified object

Why does Spring's @Configurable sometimes work and sometimes not?

When to use / not to use, @OneToOne and @ManyToOne

java jpa

Is @ManyToMany(mappedBy = ... ) + @OrderColumn supported by the JPA?

Setting JPA persistence properties dynamically

java hibernate jpa jpa-2.0

Hibernate: Lazy initialization vs broken hashcode/equals conundrum

Spring Data JPA, how to get the last Page through Pageable

java spring hibernate jpa

How do I override the GenerationType strategy using Hibernate/JPA annotations?

java hibernate jpa annotations

JPA EntityManager, how does it work?

hibernate jpa entitymanager

How to avoid blocking EDT with JPA lazy loading in Swing desktop apps

Typesafe Named Native Query in Hibernate

hibernate jpa

Unable to create Eclipse Data Source to Oracle 12c using 12c jar. However 11g works

java eclipse oracle jpa

Spring data JPA with Hibernate and Ehcache not working

JPA criteria API query subclass property

Modelling a Two to Many Relationship in JPA/Hibernate

java hibernate jpa orm