Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA - create-if-not-exists entity?

java database hibernate jpa

Why can't entity class in JPA be final?

java jpa

JPA one-to-many filtering

java jpa one-to-many

Can I name my constraints with JPA?

Is Select EXISTS() possible in JPQL?

jakarta-ee jpa jpa-2.0 jpql

What is a good strategy for converting jpa entities into restful resources

java rest jpa jackson

JPA 2 Criteria Fetch Path Navigation

java jpa jpa-2.0 fetch

Transactional annotation on whole class + excluding a single method

How to use "findBy" in an Entity with a Composite PK (Hibernate JPA)

Is it possible to add JPA annotation to superclass instance variables?

Total row count for pagination using JPA Criteria API

NonUniqueDiscoveredSqlAliasException: Encountered a duplicated sql alias [ASC_ID] during auto-discovery of a native-sql query

java mysql sql hibernate jpa

Enum field in JPA Entity

hibernate jpa enums

Caused by: org.hibernate.AnnotationException: mappedBy reference an unknown target entity property

java hibernate jpa

How to run an aggregate function like SUM on two columns in JPA and display their results?

java orm jpa java-ee-6 jpa-2.0

Difference between @MapKey, @MapKeyColumn and @MapKeyJoinColumn in JPA and Hibernate

Kotlin: Collection has neither generic type or OneToMany.targetEntity()

java hibernate jpa enums kotlin

CrudRepository and Hibernate: save(List<S>) vs save(Entity) in transaction [closed]

java spring hibernate jpa

Avoid insert 'null' values to database table via JPA

java postgresql orm jpa jpa-2.0

Entity members should they be primitive data types or java data types?

jpa