Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate @OrderBy for nested properties

JPA one-to-many delete and set foregn key to null

Audit table using "Envers" in Spring Hibernate java project

Hibernate, id, oracle, sequence

java oracle hibernate orm jpa

Hibernate handling of nullable=true in @Column

java mysql hibernate jpa orm

Create schema before hbm2ddl

java hibernate jpa hsqldb

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