Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hibernate

JPA: Foreign key constraint on delete

java mysql hibernate jpa

What is the work-around for deleting orphan entities using JPA 2.0 and @OneToMany?

Hibernate: null index column for collection in one-to-many relation

Configure DataSource from Java (without XML)

Hibernate Regexp MySQL

mysql regex hibernate

How to use lazy loading in Spring MVC

Hibernate vs. Entity Beans

hibernate ejb

java.lang.AbstractMethodError: at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.setCharacterStream(DelegatingPreparedStatement.java:328)

java mysql hibernate tomcat jdbc

get auto generated key, on save, using hibernate + spring mvc

Different between @AttributeOverride and @AssociationOverride in JPA

java hibernate jpa

JPQL/HQL and JPA/Hibernate: boolean expression in select constructor expression not working (unexpected AST node: AND, NPE, HqlSqlWalker.setAlias)?

Hibernate Temporal.TIMESTAMP maps to mysql datetime without millis

java hibernate

Spring Boot 3/Hibernate 6 - How to annotate a simple field that has a DB managed DEFAULT value?

java spring-boot hibernate

How to change Serializable to String when use Hibernate

java hibernate

Spring Data JPA - how to set transient fields after retrieval

Object references an unsaved transient instance - save the transient instance before flushing hibernate JPA [duplicate]

java hibernate spring-boot jpa

java.lang.NullPointerException when I try to access a page mapped to a Controller

java spring hibernate jsp

Define composite primary key on JPA Entity

java hibernate jpa

Handling null values from database in spring jpa

java spring hibernate jpa

Is it possible to temporarily disable cascading for a Hibernate entity?