Interface ExampleEntityRepository
- All Superinterfaces:
GenericRepository<ExampleEntity,Integer>
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteById(Integer id) find(QuerySpecification<ExampleEntity> querySpecification) voidsave(ExampleEntity entity)
-
Method Details
-
save
-
find
-
deleteById
-