info.archinnov.achilles.entity.operations.ThriftEntityMerger Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of achilles-thrift Show documentation
Show all versions of achilles-thrift Show documentation
Thrift implementation for Achilles using Hector library
package info.archinnov.achilles.entity.operations;
import info.archinnov.achilles.context.ThriftPersistenceContext;
import info.archinnov.achilles.entity.operations.impl.ThriftMergerImpl;
/**
* ThriftEntityMerger
*
* @author DuyHai DOAN
*
*/
public class ThriftEntityMerger extends EntityMerger
{
public ThriftEntityMerger() {
super.merger = new ThriftMergerImpl();
super.persister = new ThriftEntityPersister();
super.proxifier = new ThriftEntityProxifier();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy