Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in jpa

JPA @Column annotation to create comment/description

java mysql sql hibernate jpa

internationalization in JSF with ResourceBundle entries which are loaded from database

Is there a way to pass detached object to JPA persist? (detached entity passed to persist)

How to setup Spring Data JPA repositories without component scanning

Spring Query: Haversine formula with pageable

How to use CriteriaQuery for ElementCollection and CollectionTable

How to specify a Primary Key on @ElementCollection

OneToMany & ManyToOne mapping JPA / Hibernate

Saving bidirectional ManyToMany

java jpa

A question about JPA Cascade and removing entity

java jpa annotations

Play! framework immediate save?

jpa playframework

Stream API not working for lazy loaded collections in EclipseLink / Glassfish?

Spring Data JPA - Specifications join

java spring jpa

Need help creating JPA criteria query

java jpa criteria-api

How do I migrate PostgreSQL strings to a text type?

postgresql jpa

Deploying application using Hibernate JPA 2.1 to IBM WebSphere gives NullPointerException

using array in JPQL query

java hibernate jpa jpql

How to construct an insert query in JPA

java hibernate jpa entity

How to define database generated column values as readonly fields in JPA and Hibernate?

@SequenceGenerator on class annotated with @MappedSuperclass