Interface CodeGenerationConfigurationDao

All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultCodeGenerationConfigurationDao

public interface CodeGenerationConfigurationDao extends Dao
Data Access Object for CodeGenerationConfiguration Model.
  • Method Details

    • findCodeGenerationConfigurationByName

      Optional<CodeGenerationConfigurationModel> findCodeGenerationConfigurationByName(String name)
      Finds the CodeGenerationConfiguration by its couponId.
      Parameters:
      name - the name of the configuration
      Returns:
      CodeGenerationConfiguration by its name.