gate.code.ControlGenerator.delete().gtf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gate Show documentation
Show all versions of gate Show documentation
A multipurpose java library
public void delete(${className.getName()} value) throws AppException
{
try (${@dao.getName()} dao = new ${@dao.getName()}())
{
dao.delete(value);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy