Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

Why JPA acts like my Entity is detached if I try removing it, but not if I edit it?

jsf jpa

Choosing between java.util.Date or java.sql.Date

java jpa entity

JPA and PostqreSQL: long string persistence

postgresql jpa

Unable to resolve name [org.hibernate.dialect.MySQL5Dialect ] as strategy [org.hibernate.dialect.Dialect]

Error on compiling query: The abstract schema type 'entity' is unknown

java jpa persistence jpql

JPA entity has no primary key?

java database jpa entity ejb-3.0

H2 not creating/updating table in my Spring Boot app. Something's wrong with my Entity?

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