Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

Problem persisting a java.util.Date into MySql using Hibernate

java mysql hibernate datetime

@ElementCollection or @OnetoMany with Entity or primitives?

java hibernate jpa

org.hibernate.HibernateException: merge is not valid without active transaction

java hibernate spring

Parameter value [2] did not match expected type [com.cityBike.app.model.User

java hibernate jpa createquery

JPA - OneToOne Foreign key as primary key

JPA Criteria API: order by the number of child entities in a one-to-many relationship

java hibernate criteria-api

"QuerySyntaxException: User is not mapped" when adding an entity from another package

how to resolve Joda date/time type `org.joda.time.DateTime` not supported by default

java hibernate

Re-establishing a db connection after a network failure - Hibernate

java hibernate jakarta-ee c3p0

Custom hibernate entity persister

java database hibernate orm

How do I compare fields in two different tables using Hibernate?

hibernate hql

com.microsoft.sqlserver.jdbc.sqlserverexception: the stream is closed

In Spring native: Generation of HibernateProxy instances at runtime is not allowed when the configured BytecodeProvider

How to avoid polymorphism in superclass query when using JPA and Hibernate

"N+1 selects problem" with JpaRepository method despite using @Fetch(FetchMode.JOIN)

Spring Boot application not starting up

QueryDSL,Hibernate delete Child table row on delete of parent table row

java hibernate jpa querydsl