Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Hibernate Embedded/Embeddable not null exception

Issue with sequence why two entity are sharing the same sequence when generating schema with hbm2ddl ?

How do I annotate Id column if value is generated by a trigger?

oracle hibernate jpa

Add column in a table mapped using hibernate, without losing existing data

java database hibernate

How to use a sequence generator for a non ID field?

java hibernate

Hibernate update with EntityManager

Using @Embedded in @Embeddable class

Hibernate + PostgreSQL + Network Address Type (inet, cdir)

java sql hibernate postgresql

Retry mechanism for optimistic locking (spring data + JPA)

Hibernate logging in console with WARN HHH000174

hibernate jpa

Hibernate, get foreign id without loading associated entity

java hibernate

using enum list as parameter in HQL query

Is there a MySQL equivalent for Translate() in Oracle

mysql oracle hibernate

java.lang.NoSuchMethodError: org.hibernate.internal.CoreMessageLogger.debugf(Ljava/lang/String;I)V

Spring's TransactionInterceptor overrides my Exception

How to implement simple full text search in JPA (Spring Data JPA)?

Entity cannot be resolved to a type

javax.persistence.TransactionRequiredException while performing inserts in a loop

java spring hibernate jta

Hibernate: session.load vs session.get

java hibernate persistence

how to do a JOIN FETCH in jpa criteria