Package org.openiam.esb.repository
Interface ManagedSysRepository
-
- All Superinterfaces:
AbstractEntityRepository<ManagedSysEntity,String>,AbstractKeyEntityCustomRepository<ManagedSysEntity,String>,AbstractKeyEntityRepository<ManagedSysEntity,String>,AbstractKeyNameEntityCustomRepository<ManagedSysEntity,String>,AbstractKeyNameEntityRepository<ManagedSysEntity,String>,org.springframework.data.repository.CrudRepository<ManagedSysEntity,String>,FindBeansRepositoryCustom<ManagedSysEntity,ManagedSysSearchBean>,org.springframework.data.jpa.repository.JpaRepository<ManagedSysEntity,String>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<ManagedSysEntity>,ManagedSysRepositoryCustom,org.springframework.data.repository.PagingAndSortingRepository<ManagedSysEntity,String>,org.springframework.data.repository.query.QueryByExampleExecutor<ManagedSysEntity>,org.springframework.data.repository.Repository<ManagedSysEntity,String>
@Repository public interface ManagedSysRepository extends AbstractKeyNameEntityRepository<ManagedSysEntity,String>, ManagedSysRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedSysEntityfindByName(String name)-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
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
-
Methods inherited from interface org.openiam.esb.repository.custom.ManagedSysRepositoryCustom
findForSynchronizationRequest
-
-
-
-
Method Detail
-
findByName
ManagedSysEntity findByName(String name)
-
-