Tagged Questions
0
votes
1answer
32 views
using @Embedabble with a foreign key and manyToMany relation
I wrote an example for the code i am trying to implement, i get an error with Constraint "Student_Teacher_FK" already exists.
the @embiddable class has a foreign key that is created twice with ...
0
votes
1answer
139 views
initializing jpa entitymanagerfactory in applicationscope bean in jsf 2
This is my first post on stackoverflow
I want to create EntityManagerFactory in the ApplicationScope bean in jsf 2.
Here is my bean
@ApplicationScoped
@ManagedBean(eager = true)
public class ...
0
votes
1answer
58 views
How to persist entities, how to create table from entities without “main class”?
I'm developing an application, and I started with creating my JPA entities (annotation + persistence.xml). Then in my persistence.xml file, I created a connection for a MySql data base (the connection ...
3
votes
1answer
213 views
Is it possible to use Querydsl without generated query types?
For example JPA Criteria API can be used without generated metamodel. Type safety is lost, but I can create query without prior knowledge of data model using only reflection at runtime. I would like ...
0
votes
0answers
73 views
JPA 2.0 Generic M-N Association Class with Additional Attributes
I am trying to create a generic class to handle an M-N association between two Entities. This class also needs to store extra attributes about the association, such as the dates that the association ...
1
vote
1answer
116 views
JPA 2 criteria provide runtime type for gt operator
I am building a highly generic query mechanism on top of the JPA Criteria. I get as input an XML describing the query, something like this:
<?xml version='1.0' encoding='UTF-8' ...
2
votes
1answer
1k views
Configuring persistence and orm with JPA 2
I'm having some trouble using Persistence on my jBPM project.
My configuration is jBPM 5.4 + Hibernate + JPA 2, and I'm currently setting up the process flow to connect to a DB with persistence, ...
1
vote
1answer
286 views
EclipseLink JPA2 Criteria Query preparing statement
Background: I'm writing a little desktop application with connection to existing SQL Server DB.
I'm quite familiar with writing SQL queries but this time I want to give JPA a shot. I have my entities ...
0
votes
1answer
151 views
EclipseLink JPA Transaction.commit() does not return
I ran into a strange issue while using JPA (with EclipseLink 4.2.1).
The relevant part of the code:
l.debug("creating EM");
em = factory.createEntityManager();
int id = Integer.parseInt(idString);
...
0
votes
2answers
163 views
Persistence context Hibernate
I am wondering what the correct solution to this situation is. The method is running in a transaction. I a remove the first line of this method I will get detached entity passed to persist exception. ...
2
votes
1answer
572 views
JPA: auto loading of child objects doesn't work as expected
I have the following two entities:
class Role {
@Id Long id;
@Column String email;
String role;
@ManyToOne User user;
}
class User {
@Id Long id;
@Column(unique=true) String email;
...
0
votes
2answers
940 views
Can't get active session of an eclipselink's EntityManager with spring
I have a class that is responsible for execute stored procedure, it was working fine when I was using JTA... But cause I have some problems with redeploy, I removed JTA and I'm using local entity ...
0
votes
1answer
799 views
Persisting a OneToMany Entity gives javax.faces.el.EvaluationException: javax.ejb.EJBException
When i try the save method, it gives me an error but when i try inserting the data directly to the database manually, it works fine. Please is there something am not adding or seeing in my managedbean ...
0
votes
1answer
3k views
javax.persistence.TransactionRequiredException: no transaction is in progress
I've a service that store many objects into DB with HQL. But I've this exception
javax.persistence.TransactionRequiredException: no transaction is in progress
at ...
4
votes
2answers
109 views
How to Optimise a JPA Query
I have three entities as follows:
public class EntityA
{
private Long id;
//Getters and setters
}
public class EntityB
{
private Long id;
private EntityA entitya;
//Getters and ...
0
votes
1answer
116 views
Manage persistent user's data across web request
I'm working in a WebSocket server with user authentication. I don't really now how to store this user among request. My WebSocket connection will probably stay open for hours and sometimes it will ...
2
votes
3answers
286 views
JPA Best practice for managing entities in extended Persistence Context
I am using CDI conversation scoped, Seam managed extended persistence context (PC). This provides more fine-grained control over PC and avoids LIEs. I am using CDI Beans instead of EJB Beans. In a ...
0
votes
0answers
163 views
How to persist Jpa entity with two @manytomany properties
I have an entity with two @manytomany anotated properties. The problem here is that, one of the properties is persisted while the other is not. What could be the problem. The entity is as follows.
...
1
vote
2answers
1k views
JPQL: Syntax error parsing the query, unexpected token
Maybe I'm not seeing it, but what's wrong with specifying the group?
Difficulty querying the database (currently empty):
public void persist(Msg message) {
LOG.info("\t" + message);
...
0
votes
1answer
249 views
persisting an update query using openJPA
I am attempting to update an existing record using JPA. The following link seems to suggest that the only way to update a record would be to write the update query for it
enter link description here
...
0
votes
1answer
197 views
how to define <element-collection> for a List<String> field?
If my object has a
protected List<String> fileNote;
What is the right way to define that relationship in an orm.xml?
(note: I do not want to use annotations.)
1
vote
1answer
172 views
Getting records by groups in JPA
I am writing a batch and using JPA for persistence. I have a table with a lot of records and I need to read all the records by groups of 100 or 500. I don't want to load all the records into memory at ...
0
votes
1answer
414 views
JPA2 how to show fields from table A, table C if table A join table B then join table C?
Per subject, I have an entity A, let say with column a1 (PK), a2.
Entity B, with column a2 (PK), b1
Entity C, with column b1 (PK), c1
So A join to B with a2, which then join to C with b1
(They are ...
2
votes
1answer
328 views
How do I persist a list of subtypes with JPA 2.0?
I have a manager class with a list of visitable elements that I would like to persist in a database using JPA/Hibernate:
@Entity
class Elements {
void accept(Visitor v) {...}
@? ...
2
votes
1answer
307 views
Persistence.xml file usage without container [packaging]
I am trying to use jpa/hibernate framework with a simple java console application without a container. According to jpa documentation the persistence.xml file should be placed under the folder ...
2
votes
2answers
2k views
Catch PersistenceException or ConstraintViolationException in JBoss7
I'm in the migration process from JBoss6 to JBoss7 and have trouble with my tests. Let's assume a simple entity EJB:
@Entity public class MyTest implements Serializable
{
@Id ...
1
vote
3answers
211 views
JPA 2.0 insufficient privileges when performing insert from transaction
After much searching and trials, I am stuck... I have two classes, one is ExpectedSecurityReturn and the other is ForecastReturnType. ForecastReturnType is a member of ExpectedSecurityReturn but ...
2
votes
0answers
131 views
Update Entities with currentUser-ID
I'm trying to update each entity with an own @EntityListeners({ ModelListener.class }).
ModelListener implements @PrePersist with a method like this:
@PrePersist
protected void prePersist(final ...
2
votes
2answers
348 views
Can JPA 2.0 be persuaded to convert between eg UUIDs and Strings?
I have a Java object with a field which is a UUID. I'd like to be able to persist this object to the database in the obvious way; however, the Basic mapping will use Java serialization to write it, ...
3
votes
1answer
4k views
Properties reference for hibernate in persistence.xml
Does anyone know a link, post, book or something else where are explained and nominalized all properties that you need and can use in persistence.xml file?
Thanks!
2
votes
1answer
341 views
EJB 3 + JPA2 = Deserialized Object with null fields
I have a JPA Annotated Object and a EJB remote interface in one jar and the EJB Stateless implementation with the Entity Manager injected deployed in a war file. My client creates a new instance of ...
0
votes
2answers
343 views
JPA - One to One relationship with shared primary key among multiple tables
Consider the below example:
I have 3 tables: Fruit, Orange and Apple
id is generated in fruit table and is the primary key here
id is also primary key for Orange and Apple (shared primary key)
So ...
0
votes
1answer
596 views
Does JPA @ElementCollection annotation always produce an one-to-many relationship?
For this question, consider the following sample:
@Entity
public class File {
public static enum Permission { READABLE, WRITEABLE, EXECUTABLE }
@ElementCollection
...
0
votes
1answer
157 views
Entity relationships design with JPA2
I have two entities, User and UserSetting. The obvious relationship between these two has User as the first rate entity which contains a set / list of UserSettings so when a User is loaded the ...
1
vote
1answer
4k views
Hibernate: How configure EntityManager in Hibernate?
I create a hibernate project with 'hibernate tools'provide by JBoss to Eclipse.
Generated the Entities (POJO's) and then the DAO's.
This way for example:
@Entity
@Table(name = "area", catalog = ...
21
votes
1answer
12k views
Confusion: @NotNull vs @Column(nullable = false)
When they appear on a field/getter of an @Entity, what is the difference between them? (I persist the Entity through Hibernate).
What framework and/or specification each one of them belongs to?
...
1
vote
1answer
766 views
JPA: How to create a DAO class?
I design a DAO class this way :
public void Class(Class object){
EntityManagerFactory entityManagerFactory = Persistence.createEntityManagerFactory("persistUnit");
EntityManager ...
1
vote
1answer
284 views
Does it make sense to use JPA's 2.0 @Inheritance annotation to a subclass?
I was wondering if it makes any sense (or even if it is correct) to annotate every class of a hierarchy with @Inheritance. For example, suppose we have the following simple hierarchy:
public class A ...
0
votes
1answer
202 views
Can't find entities in PersistenceContext after .persist()
I am writing a JavaEE Project and am trying to get some unit tests on the way. The unit testing framework we use is JUnit, alongside Maven and Hudson for building and CI.
Among other tests, I'd like ...
1
vote
1answer
142 views
JPA Key generation in the class of the many side
I am new to JPA.
I want to comprehed what kind of assistence gives me JPA in persisting objects to database.
My example: a Person class is related to an Address class. Each person can have multiple ...
0
votes
1answer
236 views
Criteria API: query.from returns only null
I'm pretty new to Criteria API, as a matter of fact I just pushed our latest project to JBoss 6 and JPA 2.0 just for the Criteria API.
Now I am trying to get the easiest query running, but somehow ...
0
votes
1answer
1k views
How do I load database credentials from a properties file in JPA?
So I have a Java/JPA2.0 (EclipseLink) app that connects to a MySQL database. My intention is just passing a JAR file around with a db.properties file. The db.properties should contain the server ...
0
votes
2answers
1k views
Persistence doesn't create table from entity in database
I build a web application using hibernate JPA 2 + spring. I have problem with creation of domain model. In persistence I declared the automatic creation of database tables from entity. Here is my ...
1
vote
3answers
336 views
Getting the ID (PK) of a newly persisted entity
I'm developing a J2EE 6 Web Application, using a MySql 5.02 DataBase. I'm trying to generate a hash digest of the ID, every time I create a new Entity. This is set to a column on the Table.
But well, ...
0
votes
2answers
4k views
'java.lang.NoSuchFieldError' while using the JPA
I am getting the following error while trying out this JPA tutorial:
java.lang.NoSuchFieldError: NONE
at org.hibernate.ejb.QueryImpl.<init>(QueryImpl.java:609)
at ...
1
vote
1answer
98 views
is it possible to make all fields of an object @Transient by default
I have a base Entity class which will be derived in more than a hundred of a subclasses.
In order to be sure that persisted fields will be the ones I want (and not the users of that base class), I ...
2
votes
0answers
684 views
Issue configuring JPA entitymanager from Jboss 4.2.2 Spring 2 TO Jboss 6 Spring 3
EntityManager is null (not injected) whith jboss6 spring 3 JPA2 hibernate
trying to migrate an existing App running on Jboss4.2.2 Spring 2 to
Jboss 6 Spring 3
Afer many try the App is correctly ...
6
votes
6answers
13k views
Generate JPA 2 Entities from existing Database
How can I generate JPA2 compliant @Entity from existing Databases?.
I found this: Question
Still its not clear if JBoss will generate compliant JPA2 and also I would like to know if there is a ...
2
votes
2answers
1k views
Why JPA-2.0 Primary Key Classes have to implement Serializable but my example works without?
In many sources I have read PrimaryKey Classes and even JPA2 entities should be serializable.
IN my example (legacy database) there is a relationship between employee and languages:
Employee Class:
...
0
votes
2answers
776 views
@Version column gets updated even though persist was never called
I've a database with two tables (more actually, but that shouldn't matter in this case). One of the two has a foreign key reference to the other. These could be the mappings:
@Entity @Table public ...

