Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

HQL JOIN involving multiple associations

java hibernate

Spring-Data-Jpa AuditingEntityListener createdDate updated upon saving existing entity

A tool for converting database tables to entity java classes for hibernate

java hibernate

Mapping of generic classes in Hibernate

java hibernate generics

How to apply to_number for a column in Hibernate criteria?

hibernate criteria

Struts2; keeping a session open for StrutsSpringTestCase JUnit tests

java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup")

Hibernate Criteria object - perform a INTERSECT

hibernate criteria-api

How to tell hibernate to print the column name instead of column number in the log?

java hibernate

Hibernate createSqlQuery without getting the blob data from database - "NumberFormatException" on query.list()

How do I write a JPA query that checks if a collection has at least one item in another collection?

hibernate jpa jpa-2.0

No suitable driver found for jdbc:oracle:thin:@localhost:1521:XE when running web application

Hibernate Unidirectional OneToMany Relationship with Not-null Constraint in Foreign Key

java hibernate

H2 auto-increment not working after update from 1.4.200 to 2.1.212

hibernate h2 auto-increment

Keep getting "java.lang.IllegalArgumentException: No query defined for that name" even though I have @NamedQuery with an appropriate name

java hibernate jpa

Hibernate Criteria query - Class cast exception

hibernate criteria