Interface CodeGenerationConfigurationDao
- All Superinterfaces:
Dao
- All Known Implementing Classes:
DefaultCodeGenerationConfigurationDao
Data Access Object for CodeGenerationConfiguration Model.
-
Method Summary
Modifier and TypeMethodDescriptionFinds the CodeGenerationConfiguration by its couponId.
-
Method Details
-
findCodeGenerationConfigurationByName
Finds the CodeGenerationConfiguration by its couponId.- Parameters:
name- the name of the configuration- Returns:
- CodeGenerationConfiguration by its name.
-