- All Superinterfaces:
org.springframework.data.repository.PagingAndSortingRepository<Actor,Long>, org.springframework.data.repository.Repository<Actor,Long>
-
Method Summary
void
Removes the given
Actor from the database table.
boolean
@NonNull org.springframework.data.domain.Page<Actor>
findAll(@NonNull org.springframework.data.domain.Pageable pageable)
A subset of all
Actors in the database table according to the given
Pageable.
void
Stores the given
Actor in the database table, possibly replacing an already present Actor with the same
Actor.id.
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll