Interface Log4HildeModusRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<Log4HildeModusModel,Long>, org.springframework.data.repository.Repository<Log4HildeModusModel,Long>

@Repository public interface Log4HildeModusRepository extends org.springframework.data.repository.CrudRepository<Log4HildeModusModel,Long>
Interface Log4HildeModusRepository
  • Method Summary

    Modifier and Type
    Method
    Description
    Ermittlung ob checkDebugMode in Tabelle [luidi_db].

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details

    • findByModusName

      Optional<Log4HildeModusModel> findByModusName(String debugMode)
      Ermittlung ob checkDebugMode in Tabelle [luidi_db].[log4hilde_modus_model] gesetzt ist.
      Parameters:
      debugMode - 'exceptionPush' | 'debug'
      Returns:
      Datensatz gefunden | nicht gefunden