Package com.subshell.persistence.mapper

Classes for working with database-independent persistence mappers.

See:
          Description

Interface Summary
PersistenceMapper<T> All persistence mappers must implement this interface.
PersistenceMapperConfiguration Provides persistence mapper configuration settings.
PersistenceMapperFactory Creates persistence mapper instances.
 

Class Summary
PropertyPersistenceMapperConfiguration A persistence mapper configuration constructed from properties.
TransactionContextPersistenceMapperFactory PersistenceMapperFactory implementation that is aware of an outer TransactionContext.
TransactionPersistenceMapper<T> Abstract persistence mapper implementation which is provided with a Transaction.
TransactionPersistenceMapperFactory Persistence mapper factory implementation which provides persistence mappers with Transactions.
 

Package com.subshell.persistence.mapper Description

Classes for working with database-independent persistence mappers.



Copyright © 2004-2005 subshell GmbH. All Rights Reserved.