Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

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

How to use foreign id as primary id in spring boot jpa?

java mysql spring hibernate jpa

Entity class configuration in a Spring Java configuration

Hibernate Session and thread safety

Compile-time checks for JPA entities and queries

Overriding timeout for database connection in properties file

Hibernate @OnDelete(action = OnDeleteAction.CASCADE) not working

java hibernate jpa

Search (via text field and button) in Spring MVC, CrudRepository, Thymeleaf

Spring Transactional annotation, Hibernate and persist

spring hibernate