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 TypeMethodDescriptiongetByAttributeId(UUID id) getByAttributeIdAndSourceId(UUID id, UUID sourceId) getByAttributeIdAndText(UUID attributeId, String value) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
getByAttributeId
-
getById
- Specified by:
getByIdin interfaceorg.springframework.data.jpa.repository.JpaRepository<ListValueEntity,UUID>
-
getByAttributeIdAndSourceId
-
getByAttributeIdAndText
-