This tag is for questions about the version 2.0 of the Java Persistence API.

learn more… | top users | synonyms (3)

0
votes
0answers
6 views

Web application JSF+JPA+EJB on Glassfish3.1.2 error creating stateless EJB

I keep getting an error on my project using JSF,JPA and EJB on Glassfish 3.1.2. Please note i'm learning how to integrate EJB as business layer. Seems a common error, residing on JNDI lookup failure, ...
0
votes
1answer
22 views

How to remove records from jointable which is having many to many realtion in jpa

I am getting the constraint violation exception whil deleting the entries I have Relation tables TransportationEvent and Conclusion relation islike @Entity public class TransportationEvent { ...
0
votes
0answers
19 views

JPA detached entity error and confused about onetomany relationships plus merge vs persist

CREATE TABLE `ATable` ( `id` INTEGER NOT NULL AUTO_INCREMENT, `notes` VARCHAR(200), PRIMARY KEY (`id`) ); CREATE TABLE `BTable` ( `id` INTEGER NOT NULL AUTO_INCREMENT, `notes` ...
2
votes
0answers
17 views

JSF2 with EJB3 and JPA - how best to package

I'm trying to teach myself a bit about EJB3 and JPA by creating some functionality that uses JSF2 as a front end, stateless EJB3 session beans to handle transactions and JPA to persist entities. ...
0
votes
1answer
29 views

JPA products DB model design

I need to create a products DB. My products will have common attributes, such as price, description, brand... and specific ones, depending on their category (notebooks will have display size, ram, cpu ...
1
vote
0answers
17 views

JPA 2.0 / Hibernate - why hibernate issue select count (*) query before delete

I am using spring-data with hibernate. I have a bidirectional mapping as follow: public class Student { ... @OneToMany(fetch = FetchType.EAGER, cascade = CascadeType.ALL, orphanRemoval = true, ...
-1
votes
0answers
37 views
+50

ignorecase in criteria builder in JPA

Friends How can we do a ignorecase in the criteria builder if I have private final criteriaBuilder cb then i can only use cb.asc or cb.desc but not the ignorecase Please suggest
2
votes
1answer
32 views

Hibernate/JPA 2.0 - Table per Class and @EmbeddedId Inheritance

Aware as I am that @Embeddable components inheritance in Hibernate is not supported, I'm trying to find the best strategy to deal with my very custom entity mapping. The story is as follows: I have ...
0
votes
0answers
60 views

Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:

I am using Maven 3 and JDK 1.7. When I tried to do mvn install, I am getting the following errors [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1: compile ...
0
votes
2answers
32 views

Issues with my criteria query when calling SQL created function

In my Postgres 9.1 database I have a li table that is mapped by ORM (Hibernate) in the following Li class: package a.b; @Entity @Table(name = "li", schema = "public") ...
0
votes
0answers
13 views

Bulk insertion of CollectionTable elements in Hibernate / JPA

We are using Hibernate 4.2 as the backing library for JPA 2.0 entities. We have an entity like the following: @Entity public class MyEntity { .... @ElementCollection @MapKeyColumn(name = ...
0
votes
0answers
26 views

Google App Engine - Update JPA 1 to JPA 2

I want to update my GAE web app to use JPA 2.0. From the doc here, it says that I have to copy the content of appengine-java-sdk/lib/opt/user/datanucleus/v2/ to lib folder of the project. This are ...
0
votes
1answer
29 views

ON CASCADE DELETE on JPA2 many-to-many relationship

I have read a lot of topics regarding cascading and many-to-many associations, but I haven't been able to find an answer to my particular question. I have a many-to-many relationship between ...
0
votes
0answers
21 views

How do I get a non-Transient field into @PrePersist or any other Listener method with EclipseLink?

I need a field (String would be OK) in a @PrePersist method of an EntityListener. Any field which does not go to the database (meaning a @Transient field) does not reach the @PrePersist (or any other) ...
0
votes
1answer
43 views

Hibernate Generate Primary Key Using Trigger

I am using JPA2.0 and Hibernate 4 For generating primary key in table, I am using table trigger. Trigger works fine if I am using Long as data type for Primary Key. However if I am using String as ...
0
votes
1answer
41 views

Spring Data JPA - Using @Transactional in a CDI environment instead of Spring environment

I realized after writing this question I could sum it up in a few sentences. How can I manage transactions in Spring-Data-JPA with CDI the same way you would by using @Transactional in Spring itself? ...
0
votes
0answers
59 views

How to use like condition in JPA 2.0 - Hibernate for Criteria Builder

I have the following in DAO class for my filter condition ParameterExpression<Long> pexp = criteriaBuilder.parameter(Long.class,"empNo"); ...
0
votes
1answer
36 views

JPA named query cannot be resolved with Hibernate

I have added new named query: @Entity(name = "books") @NamedQueries({ @NamedQuery(name = "books.findByCategoryId", query = "SELECT DISTINCT b.* FROM books b WHERE b.categoryId ...
0
votes
0answers
22 views

JPA provider not found in JUnittest of a google app engine eclipse project

I read the google documentation for app engine unitteesting I created a JUnittest in Eclipse in a Google AppEngine Project. without JPA interaction the JUnit4 works fine. In the productive code the ...
0
votes
0answers
39 views

Oracle ORDImage and EclipseLink || Hibernate

I'm trying to create ORM with EclipseLink in my Java EE + OracleDB application. The problem is that I don't know how to map ORDImage type from database. I tried to use @Struct but without a success. ...
0
votes
0answers
62 views

spring security autorization in a jsf-jpa web application

I use spring security in a web application (jsf 2 and JPA2) for authentication and authorization. authentication is successful, but the authorization is failed. And I was not able to display the ...
3
votes
2answers
119 views

How to override default Spring JPA exception translator behavior?

I don't know if this approach is the best or not. But I have a requirement where I need to handle Spring JPA repository (DAO layer) exception. Handle in the sense may be propogate it to UI or may be ...
0
votes
1answer
66 views

JPA Eclipse link query.firstResult() & query.setMaxResults() with Postgres

Postgres supports offset and limit on SQL statements to support pagination style queries. With limit and/or offset in the queries the results come back much faster from the DB. I am using Eclipse ...
1
vote
1answer
103 views

Spring Data JPA: How can Query return Non- Entities Objects or List of Objects?

I am using spring data JPA in my project. I am playing with millions of records. I have a requirement where I have to fetch data for various tables and build a object and then paint it on a UI. Now ...
0
votes
1answer
24 views

NamedQuery returning object instead of column

Hi I have a namedquery defined as below but when I execute it it retunrns me the whole object rather than just the fields that I have requested. Is there something that I am missing when I only want ...
0
votes
1answer
14 views

Does BatchFetch change the fetch type?

I am using EclipseLink 2.1.0 in my Java EE application and optimized the loading of nested entity lists using @BatchFetch. Now I'm curious if this Annotation will change the fetch mode, meaning does ...
0
votes
1answer
68 views

How to make finally in try-finally wait for threads to finish?

I'm using JPA in Swing based desktop application. This is what my code looks like: public Object methodA() { EntityManager em = emf.createEntityManager(); em.getTransaction().begin(); boolean ...
1
vote
1answer
43 views

Putting unique constraint on multiple fields

Let's say I have an entity like this: @Entity public Foo { @Id private Long id; private String name; private String type; ... } Is there a way to express that name and type ...
1
vote
0answers
39 views

How to bypass JPA level2 cache for query and find

I'm using JPA2 with level2 cache enabled (jcache/memcache) on GAE. I have to run some update transactions and would like them to rely on datastore data and not the cached one. I tried to set the ...
0
votes
0answers
31 views

how to display to ten values from a MySQL database using JPA and Netbeans?

I am creating a simple inventory management system using MySQL database, JPA and Netbeans..I am currently faced with a few issues.. (I have been coding using these technologies for only 2 weeks) 1. I ...
0
votes
1answer
30 views

ManyToOne relation connect via embbeded fielld

jpa/spring-data question i have class Plant which has embbededId PlantId and i have class Image which as Embbeded field PlantId this means each image connect to a plant. so the connection is one to ...
1
vote
1answer
67 views

How do I write a MAX query with a where clause in JPA 2.0?

I'm using JPA 2.0. Hibernate 4.1.0.Final, and Java 6. How do I write a JPA query from the following psuedo-SQL? select max(e.dateProcessed) from Event e where e.org = myOrg And my domain object ...
0
votes
1answer
37 views

Are there any classes that implement javax.persistence.Parameter<T>?

I'm using named queries to fetch entities from a database using JPA and Hibernate and I came across something that was puzzling me: how come there a no default implementations of the ...
0
votes
1answer
33 views

Jpa OneToMany with condition

a JPA\Spring question i have 2 tables one table is Persons: person_id person_name second table is PersonsGraphs: person_id1 person_id2 relation_type i'm looking for away to build "family tree". ...
0
votes
1answer
18 views

EasyMock expected void

Just trying the EasyMock for the first time. I seem to get it going but I am immediately halted with the fact that the mocked class runs a method "returning" void (EntityManager.remove(abc)). I am ...
0
votes
1answer
32 views

OpenJPA - How to map View to Entity

I'm using WAS 8.0.0.5, which means I'm using OpenJPA 2.1.2-SNAPSHOT. I'm using the Criteria Query API and Canonical Metamodels. I need to access an Oracle View. The View has 1 column named GUID, ...
1
vote
1answer
109 views

Hibernate/Envers unable to read the mapped by attribute

I am unable to implement many-to-many relation using join table (http://stackoverflow.com/a/7603036 & ...
0
votes
2answers
35 views

JPQL 2.0 - query entities based on superclass entity field

I have Entity (not MappedSuperclass) Person (with id, name, surname). I also have Entity Employee extends Person (with other attributes, unimportant). Inheritance Strategy is single table. Now I want ...
0
votes
0answers
54 views

JPA 2.0 persist object with ManyToOne relationship

I have two entities "contact" and "client" with a OneToMany relationship, I want to add a contact that has a ManyToOne attribute "client" will recover from a selectOneMenu. the problem that the ...
3
votes
1answer
84 views

Spring JPA: Query builder versus Criteria Builder , which one to use?

I am going to start new project that would play with very large database, thus would be having lots of database operation. I have decided to use Spring JPA as my ORM. Now Spring JPA provides various ...
2
votes
2answers
74 views

“Errors in named queries: User.findByUserNameAndPassword ”- Not able to solve

This is the first question I have posted here, so apologies in advance if I have violated any conventions or etiquette. I can't seem to get rid of the following exception: Caused by: ...
0
votes
0answers
29 views

JPA2 query mapping constructor expression for same table twice not working

I have a problem with mapping constructor expression in JPA2 query: this is the declaration of tables and query in JPA2: QLC430_KatastarJedinicaImovine kji = ...
1
vote
1answer
58 views

hql inner join Path expected for join! error

hi have following entities; @Entity public class FilesInfo { @Id @GeneratedValue private Integer id; private String name; private String url; @OneToMany(cascade= ...
1
vote
1answer
86 views

EclipseLink JPA “invalid table in this context” with @OneToMany Map

I'm hoping I'm just doing something silly here... I'm trying to set up JPA annotations for a Map<String, Phone> and getting the following stack trace. Exception [EclipseLink-6069] (Eclipse ...
1
vote
1answer
93 views

IN and = operator in JPA query language

I have a problem regarding jpa query. There are two tables i.e. Post table and Tag table There is many to many relationship between Post and Tag Now I want to write a query such that when multiple ...
1
vote
2answers
78 views

JPA Entity - Specify Persistence Unit?

I have a JavaEE project that makes use of multiple persistence units. Is there any way to specify which persistence unit a particular JPA Entity belongs to? Some entities are in one data source, ...
0
votes
0answers
102 views

Again… Could not initialize class org.hibernate.ejb.Ejb3Configuration

I've got a real headache with it. I've searched the Internet and read a lot of answers for that problem but it still occurs on my server :/ Please help me. I am new in Java EE and developing JSF ...
1
vote
1answer
37 views

jdbc vs jpa implementation

How do I do this in JPA?? DataBase: School ------ id int PK name varchar state int FK (State(id)) State ----- id int PK desc varchar Java: SchoolShow ---------- int id; String name; int iState; ...
4
votes
1answer
74 views

Proper tearDown Hibernate testing with H2

Currently I am using the below after every test I have in my test suite. However it makes it very slow because H2 has to reload the application context after every test. Is there a quicker way to ...
0
votes
1answer
121 views

hibernate JPA composite foreign key issue on read

I am using Hibernate JPA, EnterpriseDB(PostgresPlus Advanced Server 9.2.1.3) and Jboss 7.1.1 Final and receiving an exception while reading an entity with composite primary key and (one-to-one) ...

1 2 3 4 5 37