Package de.dlr.proseo.usermgr.dao
Schnittstelle GroupMemberRepository
- Alle Superschnittstellen:
org.springframework.data.repository.CrudRepository<GroupMember,
,Long> org.springframework.data.jpa.repository.JpaRepository<GroupMember,
,Long> org.springframework.data.repository.PagingAndSortingRepository<GroupMember,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<GroupMember>
,org.springframework.data.repository.Repository<GroupMember,
Long>
public interface GroupMemberRepository
extends org.springframework.data.jpa.repository.JpaRepository<GroupMember,Long>
Data Access Object for the GroupMember class
- Autor:
- Dr. Thomas Bassler
-
Methodenübersicht
Von Schnittstelle geerbte Methoden org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Von Schnittstelle geerbte Methoden org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
Von Schnittstelle geerbte Methoden org.springframework.data.repository.PagingAndSortingRepository
findAll
Von Schnittstelle geerbte Methoden org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne