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

gate.code.ControlGenerator.delete().gtf Maven / Gradle / Ivy

There is a newer version: 12.3.1
Show newest version
	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