Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

No Query defined for that name, when using Entity Manager

How to perform date operations in hibernate

hibernate date time hql

Need enough information about stateless session in hibernate

java hibernate

Should I use Primitives or wrappers in JPA2.0?

java hibernate jpa-2.0

Spring @Transactional in an Aspect (AOP)

How to load property file based on spring profiles

java spring hibernate

HQL: Hibernate query with ManyToMany

java hibernate orm hql

Hibernate: different object with the same identifier value was already associated with the session [duplicate]

java hibernate session

How to do bulk delete in JPA when using Element Collections?

java hibernate orm jpa jpa-2.0

Error creating bean with name 'entityManagerFactory' when add spring boot jpa dependency

How do I do with HQL, many to many?

hibernate

JPA: ignore field on save, but fetch on select

java hibernate jpa

Spring Validation Exception : BindException

PostgreSQL and Hibernate java.io.IOException: Tried to send an out-of-range integer as a 2-byte value

Spring JPA - "java.lang.IllegalArgumentException: Projection type must be an interface!" (using native query)

Hibernate criteria query on different properties of different objects

java hibernate criteria

Hibernate: how to get a list of all the objects currently in the session

java hibernate

JPA: caching queries

java hibernate jpa caching

How to configure JPA 2.0 with Hibernate 3.5.2 to use EHCache as a Level 2 cache and query cache?

Hibernate using multiple databases

hibernate spring orm dao