Package com.wideplay.warp.persist.spi

Warp Persist SPI for third party persistence engines.

See:
          Description

Interface Summary
Builder<T> Formalizes the builder pattern.
PersistenceConfiguration Configuration values gathered through the fluent interface API.
PersistenceModule Module returned by a PersistenceStrategy.
PersistenceModuleVisitor Used to visit a PersistenceModule and gather state that needs to be used with static methods.
PersistenceStrategyBuilder<T> Formalizes naming conventions for PersistenceStrategy builders.
 

Class Summary
AbstractPersistenceModule Base module for persistence strategies that holds a bunch of utility methods for easier configuration.
TransactionMatcher Transaction matcher configuration, represents one call to TransactionStrategyBuilder.forAll(com.google.inject.matcher.Matcher, com.google.inject.matcher.Matcher).
 

Package com.wideplay.warp.persist.spi Description

Warp Persist SPI for third party persistence engines.