TransactionStrategyBuilder.java :  » Google-tech » warp-persist » com » wideplay » warp » persist » Java Open Source

Java Open Source » Google tech » warp persist 
warp persist » com » wideplay » warp » persist » TransactionStrategyBuilder.java
package com.wideplay.warp.persist;

import com.google.inject.matcher.Matcher;

/**
 * Created with IntelliJ IDEA.
 * On: 2/06/2007
 *
 * @author Dhanji R. Prasanna
 * @since 1.0
 */
public interface TransactionStrategyBuilder extends PersistenceModuleBuilder {
    TransactionStrategyBuilder transactedWith(TransactionStrategy transactionStrategy);

    PersistenceModuleBuilder forAll(Matcher<? super Class<?>> classMatcher);

    TransactionStrategyBuilder addAccessor(Class<?> daoInterface);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.