Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Why is there a class with entity name plus an underscore for JPA entity class

QueryDSL Window functions

java jpa querydsl

jpa hibernate composite foreign key mapping

java hibernate jpa

how to use em.merge() to insert OR update for jpa entities if primary key is generated by database?

mysql jpa auto-increment

How to map a 2-d matrix in Java to Hibernate/JPA?

HibernateException: Found two representations of same collection

@javax.persistence.Column( updatable=false )

java jakarta-ee jpa java-ee-6

Using @IdClass for storing entity with composite primary key, but fails to persist

java jpa jpa-2.0

How to use Spring AbstractRoutingDataSource with dynamic datasources?

Filling entity links in custom @RepositoryRestController methods

What's the latest status of QueryDSL?

jpa spring-data querydsl

Defining the order of a list

java jpa

JPA vs. JDBC, stored procedures and Co. or How to convince old school programmer to try ORM?

java database orm jpa jdbc

JPA. How to ignore some field only on merge operation

hibernate jpa merge

JPA: Saving List of values as comma separated values

java hibernate jpa

Spring GeneratedValue annotation usage

spring jpa entity

How to NOT select empty string

java mysql jpa orm

JPA query for day ignoring the time

jpa jpa-2.0

What is the easiest way to have CDI and JPA in Java SE?

java jpa cdi entitymanager

What does Hibernate @Proxy(lazy = false) annotation do?