com.wideplay.warp.persist.spi
Interface PersistenceConfiguration


public interface PersistenceConfiguration

Configuration values gathered through the fluent interface API.


Method Summary
 Set<Class<?>> getDynamicAccessors()
          Returns the configured Dynamic Accessors, which are Dynamic Finders that are interfaces.
 List<TransactionMatcher> getTransactionMatchers()
           
 UnitOfWork getUnitOfWork()
           
 

Method Detail

getUnitOfWork

UnitOfWork getUnitOfWork()

getTransactionMatchers

List<TransactionMatcher> getTransactionMatchers()

getDynamicAccessors

Set<Class<?>> getDynamicAccessors()
Returns the configured Dynamic Accessors, which are Dynamic Finders that are interfaces.

Returns:
all configured Dynamic Accessors