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

templates.pojo.btl Maven / Gradle / Ivy

There is a newer version: 3.30.13-RELEASE
Show newest version
package ${package};
<%for(impCls in imports){%>
import ${impCls};
<%}%>
/*
* ${comment}
* gen by beetlsql3 ${date(),"yyyy-MM-dd"}
*/

@Table(name="${has(catalog)?(catalog+".")}${table}")
public class ${className} extends ${parentClass} {
	<%include("pojoAttribute.btl"){}%>

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy