Interface JpaListValueRepository

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

@Repository public interface JpaListValueRepository extends org.springframework.data.jpa.repository.JpaRepository<ListValueEntity,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    getByAttributeIdAndText(UUID attributeId, String value)
     
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

    deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush

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

    findAll

    Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

    count, exists, findAll, findBy, findOne