jar

org.codehaus.castor : spring-orm

Maven & Gradle

Mar 26, 2011
4 usages

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.

Table Of Contents

Latest Version

Download org.codehaus.castor : spring-orm JAR file - Latest Versions:

All Versions

Download org.codehaus.castor : spring-orm JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
1.3
1.2
1.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-orm-2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.castor.spring.orm

├─ org.castor.spring.orm.CastorAccessor.class - [JAR]

├─ org.castor.spring.orm.CastorCallback.class - [JAR]

├─ org.castor.spring.orm.CastorInterceptor.class - [JAR]

├─ org.castor.spring.orm.CastorObjectRetrievalFailureException.class - [JAR]

├─ org.castor.spring.orm.CastorOperations.class - [JAR]

├─ org.castor.spring.orm.CastorOptimisticLockingFailureException.class - [JAR]

├─ org.castor.spring.orm.CastorResourceFailureException.class - [JAR]

├─ org.castor.spring.orm.CastorSystemException.class - [JAR]

├─ org.castor.spring.orm.CastorTemplate.class - [JAR]

├─ org.castor.spring.orm.CastorTransactionManager.class - [JAR]

├─ org.castor.spring.orm.CastorUnsupportedOptionException.class - [JAR]

├─ org.castor.spring.orm.ClassDescriptorResolverFactoryBean.class - [JAR]

├─ org.castor.spring.orm.DatabaseHolder.class - [JAR]

├─ org.castor.spring.orm.JDOManagerUtils.class - [JAR]

├─ org.castor.spring.orm.LocalCastorFactoryBean.class - [JAR]

org.castor.spring.orm.dialect

├─ org.castor.spring.orm.dialect.CastorDialect.class - [JAR]

├─ org.castor.spring.orm.dialect.DefaultCastorDialect.class - [JAR]

org.castor.spring.orm.support

├─ org.castor.spring.orm.support.CastorDaoSupport.class - [JAR]

├─ org.castor.spring.orm.support.ClassDescriptorResolverProxy.class - [JAR]

Advertisement