/*
 * Created on: Dec 17, 2004
 * Author: Dibyendu Majumdar
 */
package com.ponl.framework.dao.ibatis;

/**
 * <p>
 * Constants: 
 * </p> 
 *
 * <pre>
 * History:
 * Dec 17, 2004 DM Created
 * </pre>
 * 
 * @author Dibyendu Majumdar
 * @version 
 * @since TCA 3.0
 */
public interface Constants {

    final String GLOBAL_COMMIT = "globalCommit";
    final String DATASOURCE_FACTORY_CLASS = "dataSourceFactory";
    
}
