Interface CollectionAttributeRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<CollectionPropertyAttribute,
,Long> org.springframework.data.querydsl.QuerydslPredicateExecutor<CollectionPropertyAttribute>
,org.springframework.data.repository.Repository<CollectionPropertyAttribute,
Long>
@Repository
public interface CollectionAttributeRepository
extends org.springframework.data.repository.CrudRepository<CollectionPropertyAttribute,Long>, org.springframework.data.querydsl.QuerydslPredicateExecutor<CollectionPropertyAttribute>
Class COllectionAttributeRepository
This interface contains the functionality to perform operations on collection properties
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CollectionPropertyAttribute>
findAll
(org.springframework.data.domain.Pageable pageRequest) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor
count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
-
Method Details
-
findAll
org.springframework.data.domain.Page<CollectionPropertyAttribute> findAll(org.springframework.data.domain.Pageable pageRequest)
-