Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

how can i concatenate two properties into one property using hibernate criteria query

java hibernate

Spring Boot 2.0.0 M6 - Add Hibernate Interceptor

using Hibernate to loading 20K products, modifying the entity and updating to db

Hibernate / JPA: duplicates in child collection

hibernate jpa

Hibernate, test if a collection is fully loaded

What is the correct way to initialize collection of an entity (POJO) in Spring-Hibernate project?

Is it possible to do type conversion (from boolean to yes_no) in pure JPA?

Hibernate Criteria Query - nested condition

java sql hibernate criteria

How to get list of 10 random unique objects with Hibernate?

java hibernate select unique

Caused by: org.hibernate.HibernateException: Found shared references to a collection

java hibernate

org.hibernate.exception.SQLGrammarException: could not execute query?

sql hibernate

How to select an object's class in HIbernate HQL?

hibernate hql

Tomcat memory management

java hibernate tomcat tomcat7

could not extract ResultSet

Can we configure Hibernate Without hibernate.cfg.xml

Get table column names in Hibernate

java json hibernate

Implementing hierarchical data structures with JPA (fixed depth)

How to get multiple columns from table using JPA?

Creating JPA session for background threads

How to make use of try-catch and resource statement for closing the connection

hibernate try-catch