Interface UserFriendsFamilyRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserFriendsFamily,,Long> org.springframework.data.repository.Repository<UserFriendsFamily,Long>
@Repository
public interface UserFriendsFamilyRepository
extends org.springframework.data.repository.CrudRepository<UserFriendsFamily,Long>
Repository user friends and family table.
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll