Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

What are the pitfalls when upgrading to Java 7

@Transactional in Spring+Hibernate

How to use syntax of mysql such as ifnull(max(Id),0) in Hibernate

java mysql hibernate

How to shutdown connection pool on context unload?

spring hibernate tomcat c3p0

Date operations in HQL

hibernate date hql

Hibernate : closing the session factory does not close the c3p0 connection pool

java hibernate c3p0

What is difference between get() and load() method of hibernate session with respect to fetching?

java hibernate

Websphere 8.5 with JPA 2.1

hibernate jpa websphere

org.hibernate.AnnotationException: A Foreign key refering has the wrong number of column. should be 2

Use Regular Expressions in JPA CriteriaBuilder

java mysql regex hibernate jpa

How to make HIbernate fetch all properties of root entity and only specific properties of associated entity?

java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to entity.UserEntity

Difference between CrudRepository findOne() and JpaRepository getOne()

NullHandling.NULLS_LAST not working

A null value cannot be assigned to a primitive type error (Spring/Hibernate)

java html mysql spring hibernate

How to see the schema sql (DDL) in spring boot?

No validator could be found for constraint 'javax.validation.constraints.NotBlank' validating type 'java.lang.String'

Hibernate Encryption of Database Completely Transparent to Application

How to query a date in HQL (Hibernate) with Joda Time?

Is it possible for a Grails Domain to have no 'id'?