Interface JpaAttributeKeyRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<AttributeKeyEntity,,UUID> JpaAbstractAttributeRepository<AttributeKeyEntity>,org.springframework.data.jpa.repository.JpaRepository<AttributeKeyEntity,,UUID> org.springframework.data.repository.PagingAndSortingRepository<AttributeKeyEntity,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<AttributeKeyEntity>,org.springframework.data.repository.Repository<AttributeKeyEntity,UUID>
@Repository
public interface JpaAttributeKeyRepository
extends JpaAbstractAttributeRepository<AttributeKeyEntity>
-
Method Summary
Modifier and TypeMethodDescriptionfindByDataSetId(UUID datasetId) findFirstByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) getByDataSetListId(UUID dataSetListId) getBySourceIdAndDataSetListId(UUID sourceId, UUID dataSetListId) 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, getById, 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
-
findByKey
-
getBySourceIdAndDataSetListId
-
findFirstByKeyAndDataSetListIdAndDataSetIdAndAttributeId
AttributeKeyEntity findFirstByKeyAndDataSetListIdAndDataSetIdAndAttributeId(String key, UUID dataSetListId, UUID datasetId, UUID attributeId) -
getByDataSetListId
-
findByDataSetId
-