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 ...

learn more… | top users | synonyms

1
vote
1answer
16 views

Hibernate, @ManyToOne inserts, and ehCache

I have a parent -> child relationship, with a @ManyToOne / @OneToMany relationship. I'm processing updates to the parent, in code that goes roughly like this: Get the parent Retrieve from (in ...
0
votes
0answers
9 views

Loading configuration data at deployment time in JEE

I am building a common module for Auditing. I have built the module such that the consumer application can configure the Beans and fields to be audited in a XML or by annotations (similar to general ...
0
votes
1answer
16 views

Does JPA allow to create the same table structures but different name of tables?

I have a simple JPA (Spring data Jpa) use case for simple forums. This project is done by Spring MVC, Spring Data Jpa with hibernate as a jpa vendor and it consists of forum/forum_comment pojo ...
0
votes
0answers
22 views

Update query in JPA using composite primary key

I have an entity Student with a composite primary key (indId, studentId). I want to update some rows in this table. My codes: private EntityManager em = null; @PersistenceContext public void ...
0
votes
1answer
12 views

What is ObjectDB? How is it different than an ORM like Hibernate?

In ObjectDB I see that: ( here is the link. ) ObjectDB is a powerful object oriented database management system (ODBMS). I see that it implements JPA, so does it mean it is supposed to be an ...
0
votes
0answers
11 views

Unable to retrieve EntityManagerFactory (JPA)

I tried to write a simple application using the YPA, but when retrieving data from a database error occurs: java.lang.IllegalStateException: Unable to retrieve EntityManagerFactory for unitName null ...
0
votes
1answer
11 views

JBoss not responding a request coming from SOAPUI when started using Eclipse

I'm going through an issue that JBoss does not respond, causing a timeout/transaction cancellation when I submit a valid request when JBoss is started using Eclipse (to debug and manage in a ...
0
votes
0answers
16 views

EntityLIstener not called via OneToOne mapping with cascade

I have an Application object and some Form objects. Each time a Form is saved, I would like to update Application.lastUpdated. Application has an EntityListener which I want to use to set ...
3
votes
1answer
32 views

Using Facades Pattern with JSF, in one entity only, Entity Manager is Null

I have an entity which attempts to call a facade (which I'm calling steps) which is talking to a DAO. The Entity Manager in only this case is null (offending line >> http://goo.gl/rqyRg) when I ...
0
votes
0answers
12 views

How does an JPA EntityManager injected using @PersistenceContext behave if you use an Injected UserTransaction to begin and commit transactions

Why does the JEE6 tutorial recommend injecting an EntityManagerFactory as opposed to EntityManager in application managed EntityManager? Also , are there any issues if I am using an Interceptor to ...
-1
votes
0answers
30 views

Struts2 integrated with Spring and java persistence eclipselink

im using struts2 integrated spring3 for my application, and im using java persistence for my CRUD operations with database... im getting this error while running my application... SEVERE: Exception ...
0
votes
1answer
28 views

How can I get transaction rollbacked and object's initial state retored

I'm not sure if this is correct, but I need that after a transaction is rollbacked, my object returns the its initial state. I created a junit test and it's failing. try { ...
0
votes
0answers
21 views

Spring Data JPA @Query doesn't find mapped class

I am using Spring Data JPA and trying to run query like this: @Query(value="select i.content from Item i where i.itemOrder = :order") List<String> findContentByItemOrder(@Param("order")Integer ...
1
vote
2answers
22 views

Persist list of Entities with <int-jpa:outbound-channel-adapter

I may be missing something here but I cannot seem to find any docs about persisting a List of Entities using Spring Integration JPA Outbound Channel Adapter. I have an extremely simple scenario that ...
0
votes
1answer
53 views

Jpa , Hibernate select query optimization

I am new to JPa / Hibernate. We are using JPA with hibernate in our application. Currently i observed that performing select query on table with criteria, hibernate perform select query for each row. ...
-3
votes
1answer
24 views

Using JPA instead of SQL to query a database [closed]

How would the SQL query (SELECT x, y FROM db WHERE id="z") translate into a JPA query? I'm very new to JPA and am a little confused as to the syntax. The database I'm querying has an initial dataset ...
0
votes
1answer
10 views

Entities from one to many relationship out of date with JPA/EclipseLink

I have been working with JPA/EclipseLink for a year but I still have a problem understanding how it updates the managed entities when you add an entity in a one to many relationship. For example, in ...
0
votes
0answers
28 views

JPA WebappClassLoader not able to load persistence.xml

Good Morning, I try runnung a gae app on Tomcat 7.040 and MySQL (JPA). I have added the following libs in the war/WEB-INF/lib folder. eclipselink.jar javax.persistence_2.0.4.v201112161009.jar ...
1
vote
2answers
43 views

Hibernate and tables with same data/columns but with different table names

The database I am working with has many tables with the same columns but with (obviously) different table names (I didn't design it). For example (these are database table names): company1Data ...
0
votes
0answers
15 views

“Duplicate XML entry” when reusing a mapped-superclass

I have declared this under entity-mappings and it works fine, but when I use this code in another entity-mappings, it throws the following error: Caused by: java.lang.IllegalStateException: ...
0
votes
0answers
22 views

Multiples Project Persist Spring Data

I'm Having a Weird problem with Spring Data. I Have 2 different projects, witch one have your schema on postgres. on the first project i can do the CRUD in any entity and everything work's fine. ...
0
votes
1answer
11 views

Error when creating entity manager factory for persistence unit

I was facing the following error when starting my EJB application in IBM WebSphere Application Server WAS 7. JPAPUnitInfo E CWWJP0015E: An error occurred in the ...
0
votes
0answers
10 views

How do I implement GROUP BY in vaadin container using JPAContainer DefaultQueryModifierDelegate?

I'm using Vaadin's JPAContainer to add where clauses, but how do I use group by? data.getEntityProvider().setQueryModifierDelegate( new DefaultQueryModifierDelegate() { ...
0
votes
1answer
24 views

Persistence Context with Roo

I am a little confused as to when things become detached and the scope of the persistence context. Are my entities only "managed" within each method that roo generates? I ask because I have read ...
0
votes
0answers
21 views

Play Framework with JPA packages not found

I am trying to create an application using Playframework 2.1.1 and JPA/Hibernate 4.2.1. I followed this documentation, added these dependencies val appDependencies = Seq( "org.hibernate" % ...
0
votes
0answers
25 views

How to best implement 'Filtering' on multiple fields from 4 tables using JPA criteria queries?

I am using JPA for my project to query database and all entities are mapped according to DB design via annotations. DB is postgreSQL. First let me explain the table structure in brief: Table_A Aid ...
0
votes
0answers
7 views

hyperjaxb3 0.5.6 customization <hj:generated-value> does not annotate id with @GeneratedValue

I want to customize my hyperjaxb3 generated classses by marking an existing property as a generated identifier with hj:generated-value tag . In my bindings.jxb file I mark the id of Status as ...
1
vote
1answer
21 views

best practiese using uni/bi assoications in jpa/hibernate

I have doubt which one can i use uni/bi directional assications.Hibernate was recomended to use Bi direcitonal assoicatation Best Practies.But some of people answered to use uni directional ...
0
votes
1answer
30 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
3answers
58 views

Spring JPA @Transactional Atomic

Using Hibernate JPA and Spring @Transactional (with Atomikos JTA implementation) I have the following Entities in my system: Order Orderline (holds a reference to the order) Customer In a Service ...
1
vote
2answers
26 views

Creating and extending JPA entity classes at runtime from config file

I have 3 entity classes and more stuff. I want to create a tool in which the user can create new entity classes and/or add additional fields to those existing 3 entity classes including JPA ...
0
votes
1answer
15 views

what are the possible locations of persistence.xml file in a web archive in jpa and how to specify that location for getting EntityManagerFactory?

**EntityManagerFactory factory=Persistence.getEnityManagerFactory(???);** In specification they are explained in the context of EJBs.But i am not understanding the actual possible locations of ...
0
votes
0answers
31 views

Automaticly insert and update ID of oneToMany entities (Hibernate/JPA with spring transactions)

I having some trouble with spring transactions and oneToMany entities. I have a central entity which is "Candidat" I want to persist and update fields/relations on cascade (and orphans removal for ...
0
votes
2answers
40 views

JPA and Table Views. Can it be done?

We currently have a Java EE system where we are mapping to our database using JPA. It is a fairly well developed system with about 20 entities. We now have been ordered to use Views for everything. ...
0
votes
1answer
17 views

@UniqueConstraint does not affect DELETE statement on @CollectionTable Hibernate

We have an Entity with embedded collection. 1) Initial configuration @Entity @Table public class A implements Serializable { @ElementCollection @CollectionTable(name = "A_B", joinColumns = ...
0
votes
0answers
20 views

JPA CriteriaBuilder: Predicate with a Serializable field throws an exception

I have an entity with a persistent field declared as Serializable. I would like to build a query with the CriteriaBuilder, that filters the results by the Serializable field. The database is Oracle, ...
1
vote
2answers
26 views

How do I do a “deep” fetch join in JPQL?

I don't think I will ever fully understand fetch joins. I have a query where I'm attempting to eagerly "inflate" references down two levels. That is, my A has an optional Collection of Bs, and each ...
0
votes
0answers
50 views

Why doesn't JPA/Spring creates sequences on Oracle DB

I'm using JPA to implement my entity framework backed by Hibernate as an ORM to work with Oracle DB. Everything is glued up (Autowired) with Spring. To generate the DB schema I've added this to the ...
0
votes
2answers
47 views

Repository Inheritance

I would like to create a repository which performs the basic CRUD operations. Since I have different kind of photos (CompanyPhoto, CarPhoto, ..), I would prefer to make the JPA repository generic, ...
0
votes
1answer
19 views

How to get the entry index in a query with ORDER BY

I need to figure out a way to get the index of every entry in a query result, let me show an example: Suppose we have 3 entries in the Person table. Willie Mike Alan And I want to query that ...
0
votes
0answers
12 views

ViewerSupport.bind doesn't work correct with entities

In my RCP-Application I have a TableViewer which is bind to a WritableList of persons: input = new WritableList(ModelProvider.INSTANCE.getPersons(), Person.class); ViewerSupport.bind(viewer, input, ...
0
votes
0answers
13 views

GAE, JPA, XG-transactions, too many entity groups exception

I know there is limit of 5 entity groups in XG-transaction on GAE but I think I am using only 3 groups(Commodity, Category, CommodityCategory) in one transaction and still getting this exception: ...
1
vote
0answers
28 views

Read image stored as blob, directly into byte[] using springdata

I have an image stored in an Oracle database and I'm using spring data to retrieve the image. @Query("SELECT c.binaryContent from ContentEntity c join c.ParentContentEntities pce where ...
0
votes
1answer
38 views

How does orphanRemoval=true work in JPA 2.0

Can I just check how orphanRemoval=true works? Is it a SQL operation, i.e. the database is checked for orphans after the changes are merged. Or is it an in memory operation which tracks that an ...
0
votes
1answer
28 views

JPA: How can I Select @Embeddable Class

I will select all the columns from @Embeddable Class Certification. But i cann't select it. how can i do select the Embeddable class. @Entity public class Department implements Serializable { ...
0
votes
0answers
27 views

Hibernate/JPA - @AttributeOverride usage in multiple level inheritance

We are attempting to create the following structure: SuperClass, MiddleEntity extends SuperClass ,LowLevelEntity extends MiddleClass. MiddleEntity and LowLevelEntity have different reference columns ...
0
votes
0answers
18 views

Hibernate JPA maven

I want to use Hibernate as JPA provider with glassfish server. I added hiberante-entitymanager dependency with maven but i keep getting this error every time i run the project. Am i missing another ...
0
votes
1answer
12 views

Eclipse JPA tools fails to load schema metadata for SQL Server

I am trying to use JPA with SQL Server. Eclipse has great tools to map entities from database and vice-versa. For this to work, I need to associate a connection to a JPA project. So I created a ...
0
votes
1answer
27 views

columnDefinition=“DATE DEFAULT SYSDATE”, don't work

I am using this code: @Column(name = "FECHA_CREACION_TIMESTAMP",columnDefinition="DATE DEFAULT SYSDATE", insertable=false) @Temporal(TemporalType.TIMESTAMP) private Date fechaCreacionTimestamp; ...
1
vote
1answer
34 views

JPA modeling a table without an entity ID

I'm building a simple indexing system for a list of products. I have a table of keywords and product IDs, and a score indicating the relevance of the keyword to the product: CREATE TABLE item_index ( ...

1 2 3 4 5 210