Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

can I override a jsr-303 validation annotation

org.hibernate.type.SerializationException: could not deserialize

Is there a way to pass detached object to JPA persist? (detached entity passed to persist)

Understanding Hibernate's Criteria#setMaxResults

java sql oracle hibernate

How to use CriteriaQuery for ElementCollection and CollectionTable

How to specify a Primary Key on @ElementCollection

OneToMany & ManyToOne mapping JPA / Hibernate

Select single item from database with Spring Hibernate Sessionfactory

Hibernate - IllegalArgumentException occurred calling getter of a class

If I modify a Hibernate entity, after doing a save, when I commit would the changes be saved to the database

java database hibernate orm

How to autowire Hibernate SessionFactory in Spring boot

how to make two column as a primary key in hibernate annotation class

Deploying application using Hibernate JPA 2.1 to IBM WebSphere gives NullPointerException

Hibernate. PSQLException: bad value for type int : admin

using array in JPQL query

java hibernate jpa jpql

How to construct an insert query in JPA

java hibernate jpa entity

required a bean of type 'org.hibernate.SessionFactory' that could not be found

How to define database generated column values as readonly fields in JPA and Hibernate?

What is the purpose of the Hibernate ReturningWork<Long> interface?

java spring hibernate jdbc orm

Implementing result paging in hibernate (getting total number of rows)

java database hibernate paging