Interface EntityWithIdClass2Repository
- All Superinterfaces:
CrudRepository<EntityWithIdClass2, EntityIdClass>, GenericRepository<EntityWithIdClass2, EntityIdClass>
@Repository
public interface EntityWithIdClass2Repository
extends CrudRepository<EntityWithIdClass2, EntityIdClass>
-
Method Summary
Modifier and TypeMethodDescriptionlonglongMethods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, save, saveAll, update, updateAll
-
Method Details
-
findById1
-
findById2
-
countDistinct
long countDistinct() -
countDistinctName
long countDistinctName()
-