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

templates.mapper.list.xml.ftl Maven / Gradle / Ivy





    
        <#list entity.columns as column>
            <#if column.isKey>
        
            <#else>
        
            
        
    

    
        SELECT
        <#list entity.columns as column>
            tb.${column.columnName}<#if column_index != entity.columns?size - 1>,
        
        FROM ${entity.tableName} AS tb
    

    <#if queryParams??>
    
    

    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy