Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

When/How do I set Ehcache used by Hibernate size programmatically

How can I distinct count query by field in JPA specification?

java hibernate jpa

How to properly map collection of enums in hibernate?

java hibernate jpa enums mapping

SQLSTATE(08006), ErrorCode(17002) When Using HikariCP JDBC Connection Pool

Lucene - Validate completeness of index

How to perform queries on hierarchical entities using querydsl or spring data jpa specification?

WAS 6.1, JPA with JTA, Hibernate, Spring : data retrieval problem

POJO with other POJO references

Hibernate Criteria: Perform JOIN in Subquery/DetachedCriteria

Implementing EAV pattern with Hibernate for User -> Settings relationship

Changing hibernate batch size programmatically

hibernate

Accessing inter-schema tables and relations in hibernate

java oracle hibernate schema

JPA support for XML datatype columns

xml hibernate orm jpa

remove collection with delete-orphan not work with null assignment? :(

JPA2 critera query in-expression on FK issues n select statements, where n is #values

hibernate jpa jpa-2.0

How to select if a row exists in HQL

sql hibernate hql

When should I use @Basic(optional = false) in JPA 2.0

java hibernate jpa-2.0

Force Hibernate to issue DELETEs prior to INSERTs to avoid unique constraint violations?

Hibernate - beyond Object/Relational Mapping?

hibernate orm

Looking for a way to create dynamic SQL from a given SQL Query in Java

java sql hibernate dynamic