toplink
Show generated SQL in toplink in eclipse
I am using EclipseLink libraries in eclipse (at dev time) and deploy on TopLink, I need to show the generated sql statement.[详细]
2023-01-26 17:53 分类:问答Java persistence, communications between db entities and other models
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[详细]
2023-01-24 11:33 分类:问答Any tools for testing ad hoc JPQL queries outside of an application?
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[详细]
2023-01-21 00:53 分类:问答JPA XML Query File
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?[详细]
2023-01-20 13:59 分类:问答Autonomous transaction in TopLink
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[详细]
2023-01-09 01:40 分类:问答not able to load entity after insertion in toplink
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[详细]
2023-01-08 15:14 分类:问答Embeddable databases and toplink
I\'m trying to get toplink and jsqlite to work. But I get a similar error like this thread: JPA+SQLite problem[详细]
2023-01-08 06:25 分类:问答TopLink 11g versus EclipseLink
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[详细]
2023-01-06 16:50 分类:问答JPA inserts slow with an object graph
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):[详细]
2023-01-04 08:32 分类:问答Is JPA expertise transferable to Toplink?
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[详细]
2023-01-03 09:10 分类:问答