Package com.onec.repository
Interface CatalogRepository<T extends CatalogObject>
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<T,,UUID> org.springframework.data.repository.ListCrudRepository<T,,UUID> org.springframework.data.repository.Repository<T,UUID>
@NoRepositoryBean
public interface CatalogRepository<T extends CatalogObject>
extends org.springframework.data.repository.ListCrudRepository<T,UUID>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, saveMethods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
-
Method Details
-
findByCode
-