Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

How to Tell JPA the prefered DataType

Is "update without select" possible with Hibernate/JPA?

java sql hibernate jpa

using a ParameterExpression versus a variable in JPA Criteria API

java api jpa criteria

How to persist an Array List of type Entity in JPA

jpa arraylist entity persist

Can I add 'ON DELETE CASCADE' to tables managed by Hibernate?

java sql hibernate jpa

does lombok have side effects on jpa

java jpa lombok

Why hibernate generates insert and update for OneToMany mapping

java hibernate jpa

How should I secure my webapp written using Wicket, Spring, and JPA?

@embeddable vs @entity for a mapping a collection

java spring hibernate jpa orm

ORM for Lift: Mapper or JPA?

scala jpa lift

Mapping SQL View to JPA Entity

Why does a JPA @PreUpdate-annotated method get called during a query?

jpa

Query results as a Stream with Hibernate 5.2

Excluding fields from @Embedded properties on case by case basis with Hibernate/JPA

java hibernate jpa annotations

JPA : How to define @NamedEntityGraph for 3 levels?

java hibernate jpa orm jpql

How do I save an entity with foreign key without loading the related entity in JPA?

java jpa orm

Spring Data REST - POST new entity with relationships

Spring transaction boundary and DB connection holding

"No Persistence Unit Found" error

java hibernate spring jpa

Can the same CriteriaBuilder (JPA 2) instance be used to create multiple queries?

java jpa criteria-api jpa-2.0