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

mplates.1.2.source-code.PojoSQL.ftl Maven / Gradle / Ivy

<#assign object = doc.object>
package ${object.@package}.sql;

import ${object.@package}.sql.base.${object.@name}SQLBase;

/**
* {@inheritDoc}
* You can add custom queries here, however try to register them in
* your object model file in the <queries />. Then they will be
* generated in ${object.@name}SQLBase, and finders will be available
* in the {@link ${object.@package}.model.base.${object.@name}Base#DefaultFinder}.
* @author Redora (www.redora.net)
*/
public class ${object.@name}SQL extends ${object.@name}SQLBase {
    //You can override and add methods here, this class is only generated once and will not be overwritten
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy