Package org.openiam.esb.repository
Interface AbstractMembershipXrefRepository<T extends AbstractMembershipXrefEntity>
-
- All Superinterfaces:
AbstractEntityRepository<T,String>
,AbstractKeyEntityRepository<T,String>
,org.springframework.data.repository.CrudRepository<T,String>
,org.springframework.data.jpa.repository.JpaRepository<T,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>
,org.springframework.data.repository.PagingAndSortingRepository<T,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<T>
,org.springframework.data.repository.Repository<T,String>
- All Known Subinterfaces:
GroupToGroupMembershipXrefRepository
,RoleToGroupMembershipXrefRepository
,UserToGroupMembershipXrefRepository
,UserToRoleMembershipXrefRepository
@NoRepositoryBean public interface AbstractMembershipXrefRepository<T extends AbstractMembershipXrefEntity> extends AbstractKeyEntityRepository<T,String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>
findByMemberEntityIdAndEntityId(String memberEntityId, String entityId)
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-