Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Hibernate or JPA or JDBC or? [closed]

java hibernate jpa jdbc dao

JPA many-to-one relation - need to save only Id

java hibernate jpa many-to-one

How to disable Hibernate validation in a Spring Boot project

Have JPA/Hibernate to replicate the "ON DELETE SET NULL" functionality

java hibernate jpa

Unique constraint with JPA and Bean Validation

Using @EmbeddedId with JpaRepository

java spring jpa jpql spring-data

org.postgresql.util.PSQLException: ERROR: column user0_.id does not exist - Hibernate

Java - JPA @Basic and @Embedded annotations

java jpa

Hibernate Named Query Using Like and % % operators?

java hibernate jpa hql

What does @AttributeOverride mean?

java jpa attributes overriding

What is a JPA implementation?

java eclipse jpa eclipselink

Where to put persistence.xml in library jar using maven?

JPA Criteria API with multiple parameters

java jpa criteria-api

Does JPA support mapping to sql views?

java sql orm jpa view

GenerationType.AUTO vs GenerationType.IDENTITY in hibernate

java hibernate spring-mvc jpa

JPA entity id - long or Long

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

java hibernate orm jpa jpa-2.0

@GeneratedValue(strategy="IDENTITY") vs. @GeneratedValue(strategy="SEQUENCE")

java hibernate jpa

Bean injection inside a JPA @Entity

spring spring-mvc jpa

JPA Criteria API: how to express literal true and literal false?

jpa criteria-api