toplink-essentials Questions
9
Solved
Whenever I try to set a list as a parameter for use in an IN expression I get an Illegal argument exception. Various posts on the internet seem to indicate that this is possible, but it's certainly...
Denys asked 12/10, 2009 at 21:37
5
Solved
I add entity to my database and it works fine. But when i retrieve the List, i get the old entity, the new entities i add are not shown until i undeploy the application and redeploy it again. This ...
Mccall asked 25/4, 2010 at 10:45
3
Solved
I'm using JPA toplink-essential and SQL Server 2008
My goal is to get auto-increment primary key value of the data that is going to be inserted into the table. I know in JDBC, there is getInserted...
Abrahamabrahams asked 2/2, 2011 at 4:46
3
Solved
I'm trying to do a cascading save on a large object graph using JPA. For example (my object graph is a little bigger but close enough):
@Entity
@Table(name="a")
public class A {
private long id;
...
Sorcim asked 23/6, 2010 at 22:56
1
We are using Toplink implementation of JPA + Spring + EJB. In one of our EJBs we have something like this:
public void updateUser(long userId, String newName){
User u = em.get(User.class, userId)...
Freetown asked 23/11, 2009 at 18:15
1
© 2022 - 2024 — McMap. All rights reserved.