Questions tagged [castor-jdo]

Castor JDO is an open source data binding framework for Java[tm].

Castor JDO is an open source data binding framework for Java[tm]. It provides direct, short paths between Java objects and relational tables. Castor provides Java-to-SQL persistence, and more.

Project documentation: http://castor-data-binding.github.io/castor-jdo/

3 questions
3
votes
1 answer

Transitioning from Castor to JPA

I am trying to make my java application more standards compliant and one of the biggest issues i am facing is transitioning our ORM framework from Castor JDO to a JPA implementation (thinking either Hibernate or DataNucleus). We have our own…
Peter Anthony
  • 487
  • 4
  • 11
1
vote
0 answers

Duplicate Identity found when creating new Object with Castor JDO

I have a Servlets web app using Castor (version 1.1.2.1) mappings and JDO. When I try to create a new object that has a m:1 relation, I get a DuplicateIdentityException for the parent object. org.exolab.castor.jdo.DuplicateIdentityException:…
Preston S
  • 2,751
  • 24
  • 37
0
votes
1 answer

JPOX JDO and Castor JDO compared to Hibernate persistence

Do these frameworks (JPOX JDO and Cater JDO) work off similar principles as Hibernate? Do they use configuration data plus a combination of reflection and generics? What are some of the major architectural differences?
BuddyJoe
  • 69,735
  • 114
  • 291
  • 466