freemarker.template.common.xml.delete.ftl Maven / Gradle / Ivy
DELETE FROM ${tableInfo.tableName} WHERE ${tableInfo.columnLists[0].columnName} = ${'#{'}${tableInfo.columnLists[0].javaColumnName}}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy