Interface CollectionAttributeRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<CollectionAttribute,
,Long> org.springframework.data.repository.Repository<CollectionAttribute,
Long>
@Repository
public interface CollectionAttributeRepository
extends org.springframework.data.repository.CrudRepository<CollectionAttribute,Long>
The Interface CollectionRepository is used for the Crud functionalities
- Author:
- karthikeyan.b02
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll