I am using EclipseLink libraries in eclipse (at dev time) and deploy on TopLink, I need to show the generated sql statement.
I\'m using the TopLink persistence library with the MySQL db in my Java applications. I\'ve developed the class library which is used by several desktop applications, it contains some classes that ar
I\'m working on a project which uses JPA for persistence, and I\'m trying to find the cleanest and most efficient means for testing JPQL queries.I am more accustomed to the Hibernate world... in which
I would 开发者_StackOverflow中文版like to include all named queries in a separate XML file and use it in persistence. How can I accomplish the same?
I am facing a problem, I want to implement autonomou开发者_如何学运维s transaction in TopLink, but I am not too sure about if it is possible or not. I have a also worked on hibernate, as we have state
i am using toplink as ORM tool, i am facing one peculiar problem. I am inserting an entity into the session and then in the next line if i try to load the same entity, i am unable to get that, instead
I\'m trying to get toplink and jsqlite to work. But I get a similar error like this thread: JPA+SQLite problem
We\'re considering migrating to TopLink 11g JPA from Oracle Kodo JDO. But I see that EclipseLink exists and appears to be, perhaps, better thank Toplink. The wiki article on it currently states
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):
How sim开发者_开发知识库ilar are JPA and Toplink such that expertise in one could carry over to the other?As I understand it, TopLink is an implementation of the JPA standard. There are others as well