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

cn.sylinx.hbatis.ext.xmapper.repository.RepositoryImpl Maven / Gradle / Ivy

There is a newer version: 1.3.3-rc.2
Show newest version
package cn.sylinx.hbatis.ext.xmapper.repository;

import cn.sylinx.hbatis.ext.common.repository.CommonRepositoryImpl;

public class RepositoryImpl extends CommonRepositoryImpl implements Repository {

	public RepositoryImpl() {

	}

	public RepositoryImpl(String datasourceName) {
		super(datasourceName);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy