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

ys.artifact-orm.1.0.1.source-code.dao.btl Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package ${templates['DaoTemplate'].package};
<%
switch(database.designConfig.type){
	case "mysql":
		include("dao-mysql.btl"){}
		break;
	case "mongodb":
		include("dao-mongodb.btl"){}
		break;
	case "redis":
		include("dao-redis.btl"){}
		break;
}
%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy