Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

How to use existing Oracle sequence to generate id in hibernate?

oracle hibernate sequence

Java: Hibernate @OneToOne mapping

How to get the DiscriminatorValue at run time

Why use your application-level cache if database already provides caching?

Unknown initial character set index '255' received from server

java mysql hibernate

How do I delete orphan entities using hibernate and JPA on a many-to-many relationship?

java sql hibernate jpa

What does HHH000387 Hibernate warning mean?

hibernate hibernate-4.x

2 JPA entities on the same table

java hibernate jpa orm

JPA/Hibernate: What's better for composite primary keys, @IdClass or @EmbeddedId implementations and why? [duplicate]

Hibernate: how to disable automatic saving of dirty objects?

hibernate transactions

No matter what, I can't batch MySQL INSERT statements in Hibernate

What is package-info.java and how can I add it to my project?

What is @StaticMetamodel and SingularAttribute<Obj,Obj>?

org.hibernate.Session.clear() considered Harmful?

java hibernate session

How to order result of hibernate based on a specific order

JOOQ vs Hibernate [closed]

java sql database hibernate jooq

How to use projections and specifications with spring data jpa?

How to configure Spring to make JPA (Hibernate) and JDBC (JdbcTemplate or MyBatis) share the same transaction

Redis as Hibernate second level cache

hibernate caching redis nosql

When should we close the EntityManagerFactory?

java hibernate jpa orm