Interface TranslationKeyRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TranslationKeyEntity,Long>, org.springframework.data.jpa.repository.JpaRepository<TranslationKeyEntity,Long>, org.springframework.data.repository.PagingAndSortingRepository<TranslationKeyEntity,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<TranslationKeyEntity>, org.springframework.data.repository.Repository<TranslationKeyEntity,Long>

@Repository public interface TranslationKeyRepository extends org.springframework.data.jpa.repository.JpaRepository<TranslationKeyEntity,Long>