The Java Persistence Architecture API (JPA) is a Java specification for accessing, persisting, and managing data between Java objects / classes and a relational database. JPA was defined as part of the EJB 3.0 specification as a replacement for the EJB 2 CMP Entity Beans specification. JPA is now ...
1
vote
1answer
34 views
a query result from a selected entity returns null
i have to retrieve the last visit of a selected patient from datatable the problem is that the query always returns bull , here is the responsible code :
public class PatientDao implements ...
2
votes
0answers
35 views
How can I use SLF4J for my Java EE web application deployed on GlassFish 3 with Hibernate JPA?
Is it possible to use SLF4J in a specific GlassFish application and configure SLF4J solely for that application? We are currently struggling with the fact that GlassFish itself GlassFish with ...
0
votes
0answers
41 views
Generic JPA findAll without metamodel
I'm trying to implement a Primefaces lazy data model following this post http://hrycan.com/2012/03/28/primefaces-lazy-loading-datatable-for-jsf2/.
The basics is done, but I'm stuck at the filter ...
0
votes
1answer
40 views
JPA (Hibernate) SINGLE_TABLE inheritance catch-all discriminator value?
I am mapping a legacy database, one table of which maps naturally to an inheritance hierarchy using the SINGLE_TABLE mapping using a discriminator column. The problem is that there are a huge number ...
0
votes
0answers
38 views
Deep JSON Serialization of JPA Entities
Using jersey-json POJO serialization feature on a jersey service function to return a JPA entity or a List<?> of that entity, how can I "tell" the serializer to dig deeper when serializing?
In ...
0
votes
0answers
57 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
0answers
11 views
Throw TraversableResolver.isReachable() only on one of the three databases, other two are fine
I run the same application on local oracle database and testing db A, no problem when persisting a series of entities, but when comes to db B, when try to persist one of the entities, the server gives ...
0
votes
0answers
29 views
EntityManager and ThreadLocal to create a transactional wrapper
In my Java SE/Java EE application I have a DAO interface to wrap around entity manager to allow simple CRUD operations. I also have an extended DAO interface that allows the simple CRUD operations to ...
1
vote
2answers
33 views
Use entity manager in CDI extension
I want to write a CDI extension which loads some entities from database (which are in fact groovy scripts that implement a certain interface) and provide them as beans, so that it is possible to get ...
0
votes
0answers
54 views
JPA setMaxResults not working - query returns ALL rows
I've been banging my head against a wall for the last 4 hours on this one, trying varying permutations, updating libraries, etc - to no avail.
I am calling my MySQL DB, where a table 'links' has ...
0
votes
1answer
26 views
Casting in JPQL when using NEW
I'm using Eclipselink, and I have the following JPQL query:
SELECT NEW javax.faces.model.SelectItem((java.lang.Object) s.id, s.description) FROM Status s WHERE s.active = TRUE
The cast before s.id ...
0
votes
0answers
31 views
Google App Engine, JPA, Java Server Faces Uncaught exception from servlet java.lang.ExceptionInInitializerError
I'm using GoogleAppEngine with JPA, Java Server Faces
I have a EntityManager creating class:
public class EMFService
{
private static final EntityManagerFactory emfInstance = Persistence
...
3
votes
1answer
32 views
Hibernate not inserting DTYPE - value is null
I have essentially the following classes:
@Entity
@Table( name="user" )
@Inheritance( strategy = InheritanceType.JOINED )
public abstract class User implements Serializable
{
private static final ...
0
votes
1answer
33 views
JPA Lazy Fetch Custom Query
I am using JPA/JFreeChart to display data I collected with a microcontroller, however, I measure 14 sensors every 10 seconds. I have been measuring for over 2 months and I have over 7000000 sets of ...
0
votes
0answers
22 views
Concurrent Modification - JPA AppEngine
Im using Java and JPA 1 in my Google App Engine web app. I have this problem with Caused by: javax.transaction.xa.XAException: Concurrent Modification
Profile and ViewedProfile with corresponding ...
0
votes
0answers
39 views
JPA2 EJB Container managed entities in one-to-many relationship
I have a problem with JPA and EJB Container managed entities in one-to-many relationships. When creating a new entity on the many end of the relationship the id column is not set correctly. However ...
0
votes
1answer
45 views
java.lang.NullPointerException at org.hibernate.ejb.criteria.predicate.ComparisonPredicate.render
I have just added a predicate condition to my code, its resolving the column fine but not sure why its thowing error:
ERROR com.sl.web.controller.AbstractController logError- Exception occur in ...
0
votes
1answer
81 views
EclipseLink JPA @OneToMany List is not same in differernt request of same session in Jesery REST
I have two entities as People and Story. Now I post my story and check my stories, but returns different Story List occasionally. I mean, usr.stories.hashCode() is not same in differernt request from ...
0
votes
0answers
16 views
Order processing with Spring+hibernate+JPA+isolationlevel+propagation
My issue is with Order processing with multiple people fetching same order.
GOAL
Fetch first available open order which is not assigned to any user and assign to one user. When running the same in ...
0
votes
0answers
21 views
JPA. How to do a join with legacy table
I have the following Entity class
public class ReportRequest {
@Id
@GeneratedValue (strategy=GenerationType.IDENTITY)
private long id;
private String requestorUsername;
...
}
which maps to a ...
1
vote
1answer
30 views
spring data like functionality for JEE6
I have experience building applications on the Spring Framework primarily. I was wondering if there was anything similar to the Spring Data API (to support a Data Access Layer) in the JEE6 space?
...
2
votes
1answer
31 views
How would I audit the changes to a list of JPA entities?
I've got two lists of entities: One that is the current state of the rows in the DB, the other is the changes that were made to the list. How do I audit the rows that were deleted, added, and the ...
0
votes
1answer
38 views
Bean injection inside a JPA @Entity
Is it possible to inject beans to a JPA @Entity using Spring's dependency injection?
I attempted to @Autowire ServletContext but, while the server did start successfully, I received a ...
0
votes
2answers
20 views
What kind of transaction context does an injected EntityManager have in an EJB whose transaction context is TransactionAttributeType.NOT_SUPPORTED?
Suppose I have an EJB that is annotated with:
@TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
Suppose further that it has an EntityManager injected into it:
@PersistenceContext
...
0
votes
0answers
36 views
Why hibernates does not create relationships when setting hibernate.hbm2ddl.auto to UPDATE?
I'm creating a database using jpa and hibernate as the persistence provider. The model of my database is built by using hibernate annotations. Each time before I run my program I drop all the tables ...
-1
votes
0answers
34 views
how to return value in anonymous pl sql using eclipselink
I need guidance on how to retrieve the value of a variable in a plsql anonymous using EclipseLink. Below I leave a sample query. I know I could use functions and stored procedures, however there are ...
0
votes
1answer
35 views
How to Merge Two Dates in EJB JPA
I am try to Merge Two Dates, Current Date and Another Date in EJB With the help of JPA
it's my class UserBean
in this class i am prepare one method setExpireDate.
This Method are use for merge two ...
0
votes
1answer
31 views
When does Hibernate create a new entry from a FK to a non-PK column?
suppose I have:
-- table_1 -------------------
|id | property_x | data |
------------------------------
-- table_2 ------------------------
|id | property_x | moar_data |
...
3
votes
0answers
23 views
JPA CAscadeType priority?
Using JPA i have a question relating to the CascadeTypes.
for Example:
@ManyToMany(fetch=FetchType.LAZY, cascade={CascadeType.PERSIST, CascadeType.MERGE, CascadeType.REFRESH})
is different to ...
0
votes
2answers
42 views
JPA: do i have to fetch all OneToMany relation list in order to add new relation
lets say i have Entity A and A Has List of B which is mark as OneToMany. do i have to fetch all of B items in order to add new B item to the list A has?
example:
@Entity
public class A {
@Id
...
0
votes
0answers
39 views
JavaFX TableView is empty
I wanna populate tableview from eclipselink jpa, but tableview shows noting, though my data list is not empty. this is my code
private ObservableList<Object> getAllSales() {
...
0
votes
3answers
32 views
JPA EntityExistsException
The problem that I'm currently facing is the following:
Exception in thread "main" javax.persistence.EntityExistsException: a different object with the same identifier value was already associated ...
0
votes
1answer
24 views
EclipseLink does not find my Converter vlass
I have a JPA @Entity 'RecipestepBO' which uses a @Converter:
@Entity
@Converter( name="UnitConverter", converterClass=com.lemcke.share.recipe.Unit.class )
@Table(name = "recipestep")
public class ...
0
votes
0answers
25 views
Spring data jpa how to find the subclass discriminator value
I have set up inheritance, with few subclasses. I get an id, and i want to be able to send a query that give me back the discriminator from which i can call the correct repository and get the full ...
0
votes
1answer
28 views
Netbeans, get the right javadoc for EclipseLink
In Netbeans 7.2.1 i've created a new java project
In the project properties, in the libraries section, i've added "EclipseLink (JPA 2.0)" that is a library that ships with Netbeans (at least with ...
0
votes
1answer
40 views
Hibernate - multiple many to many associations - cannot simultaneously fetch multiple bags
I'm trying to map two many to many associations in cascade. I have three classes: User, Usergroup and Permission. The first one has a many to many association to the second one while the second one ...
-1
votes
0answers
19 views
facing error when deploying my project on glassfish server
friends, i need ur help,i am working on a project with netbeans which is implementing entities and java persistence api , there is no problem in coding but when i m deploying it on my glassfish server ...
0
votes
0answers
37 views
How to use single column from composite key in jpaql or hql query
Provider is hibernate 3.6.
I have a composite key declared via @IdClass, consisting of 4 columns. Everything works fine when it comes to storing and retrieving entity instances via a complete ...
0
votes
1answer
28 views
JPA: Retrieve a list from secondary table using a composite key
well, here I have an example of what I'm trying to do with no success. Sorry for the dummy example. I have the following tables:
CREATE TABLE HOUSE(
HOUSE_NAME VARCHAR2(255),
OWNER_ID ...
1
vote
0answers
29 views
Is there a way to eager fetch a lazy relationship through the Predicate API in QueryDSL?
I am using the QueryDslPredicateExecutor from Spring Data JPA project, and I am facing the need to eager fetch a lazy relation. I know that I can use a native JPA-QL query in the Repository interface, ...
0
votes
2answers
45 views
java.lang.IllegalArgumentException: Object: se.nackademin.BeachBoysSweden.entities.Book@79da4980 is not a known entity type
Im working on school assignment but keep getting java.lang.IllegalArgumentException when trying to save my entity to mysql database. This project uses JPA, EJB, JSF, Glassfish and connection pool.Keep ...
0
votes
0answers
32 views
Caused by: org.springframework.orm.hibernate3.HibernateSystemException: IllegalArgumentException
I get the following exception HibernateSystemException, im using spring data jpa, using repositories...
org.springframework.orm.hibernate3.HibernateSystemException: IllegalArgumentException occurred ...
0
votes
1answer
45 views
CDI EntityManager fail
Hibernate says "An exception thrown by Hibernate means you have to rollback your database transaction and close the Session immediately".
When persist method throws a SQLException and the ...
1
vote
1answer
24 views
JPQL - multiple joins with OR
I'm using JPA and wondering the best way to construct this query.
Here is my data model (this is totally contrived and non-sensical):
Table "Thing" has a many-to-many relationship with tables ...
0
votes
1answer
64 views
How JPA/Hibernate retrieves the database fields and tie them to entity fields
I've this query:
Query query = entityManager.createQuery("Select a From Person a", Person.class);
and Person class is:
package net.tirasa.test.addressbook.data;
import java.io.Serializable;
...
1
vote
2answers
34 views
Hibernate persisting an Object member
Is there any way to persist an Entity member of type java.lang.Object ?
lets say i have an entity DynamicProperty which has a members
private String name;
private Object value;
Value can be of ...
1
vote
1answer
37 views
Alter database design with JPA
I am working on database with JPA and i am curios about altering the database design. Lets say i have a table and i want to add/remove a column in that table.
I have tried with re-deploying ...
1
vote
3answers
52 views
Multiple select using JPA [duplicate]
I use JPA on my JEE6 application running on Glassfish.
I want to select multiple records from a table. Let's say each record has a column named "serialnumber" And I have a dynamic list of serial ...
1
vote
1answer
39 views
JPA: No persistence provider for EntityManager - Standard Java App
I have a standard java application (not Java EE), and I'm trying to learn about JPA. The problem is that when I run the project, the console outputs:
1218 [main] INFO ...
0
votes
2answers
28 views
Hibernate is trying to add null to ID when using EJB
I am using Entity Manager to persist.
If I use JPA stand alone in Java Application it works fine but when I try to run through EJB I get following
Hibernate: insert into public.student (id, country, ...

