Download List

Projeto Descrição

subPersistence is an abstract, light-weight, yet
flexible framework for working with O/R
persistence mappers. It provides for independence
of a specific O/R mapper such as Hibernate or
Castor. While you can use Hibernate or Castor (or
other O/R mappers) directly, coupling your
application too tightly to those can be a bad
thing. subPersistence makes it easy to switch
underlying O/R mappers, thereby decoupling the
application layer from those. It abstracts away
differences between the mappers, while still
making it possible to use their specific features
if needed.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-06-30 20:31
0.10.0

Isso atualiza a versão Java 5 características, tais como Generics, e é a primeira versão para exigir o Hibernate 3.
Tags: Major feature enhancements
This version updates to Java 5 features such as Generics, and is the first version to require Hibernate 3.

2005-05-15 13:12
0.9.0

Tags: Hibernate 3, Initial freshmeat announcement

2005-05-07 06:13
0.9.0

Esta versão mudou a prioridade do SelfContainedTransactionContextRunner usar a mesma prioridade que a thread que o gerou. A TransactionContextPersistenceMapperFactory nova que está ciente de uma TransactionContext exterior, que é usado para PersistenceMappers cache foi adicionado.
Tags: Minor feature enhancements
This release changed the priority of SelfContainedTransactionContextRunner to use the same priority as the thread that spawned it. A new TransactionContextPersistenceMapperFactory that is aware of an outer TransactionContext which is used to cache PersistenceMappers was added.

2005-01-12 13:52
0.8.4

O groupId no POM foi mudado para "subpersistence" para se conformar com as políticas repositório Maven.
Tags: Minor bugfixes
The groupId in the POM was changed to "subpersistence"
to conform with Maven repository policies.

2004-07-24 22:45
0.8.2

Tags: Initial freshmeat announcement

Project Resources