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