All Downloads are FREE. Search and download functionalities are using the official Maven repository.

info.archinnov.achilles.entity.operations.ThriftEntityMerger Maven / Gradle / Ivy

There is a newer version: 2.0.9
Show newest version
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