Spring ORM implementation for Castor JDO

This project provides a Castor JDO-specific implementation of the Spring ORM interfaces (as described at http://static.springframework.org/spring/docs/1.2.x/reference/orm.html), allowing users to use Spring ORM as their preferred choice of dealing with the persistence aspects of their applications.

Categories

Categories

ORM Data
GroupId

GroupId

org.codehaus.castor
ArtifactId

ArtifactId

spring-orm
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Spring ORM implementation for Castor JDO
This project provides a Castor JDO-specific implementation of the Spring ORM interfaces (as described at http://static.springframework.org/spring/docs/1.2.x/reference/orm.html), allowing users to use Spring ORM as their preferred choice of dealing with the persistence aspects of their applications.
Project URL

Project URL

http://castor.org

Download spring-orm

How to add to project

<!-- https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/ -->
<dependency>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>spring-orm</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/
implementation 'org.codehaus.castor:spring-orm:2.1'
// https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/
implementation ("org.codehaus.castor:spring-orm:2.1")
'org.codehaus.castor:spring-orm:jar:2.1'
<dependency org="org.codehaus.castor" name="spring-orm" rev="2.1">
  <artifact name="spring-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.castor', module='spring-orm', version='2.1')
)
libraryDependencies += "org.codehaus.castor" % "spring-orm" % "2.1"
[org.codehaus.castor/spring-orm "2.1"]

Dependencies

compile (6)

Group / Artifact Type Version
org.codehaus.castor : castor-jdo jar 1.3.1
org.codehaus.castor : castor-xml jar 1.3.1
commons-logging : commons-logging jar 1.1.1
org.springframework : spring-aop jar 3.0.2.RELEASE
org.springframework : spring-orm jar 3.0.2.RELEASE
org.springframework : spring-jdbc jar 3.0.2.RELEASE

test (8)

Group / Artifact Type Version
commons-pool : commons-pool jar 1.5.4
commons-dbcp : commons-dbcp jar 1.3
junit : junit jar 4.8.1
log4j : log4j jar 1.2.14
org.springframework : spring-test jar 3.0.2.RELEASE
javax.annotation : jsr250-api jar 1.0
org.ow2.jotm : jotm-standalone jar 2.2.1
org.apache.derby : derby jar 10.6.1.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
1.3
1.2
1.1