Package org.openiam.esb.repository
Interface AuthResourceAMAttributeRepository
-
- All Superinterfaces:
AbstractEntityRepository<AuthResourceAMAttributeEntity,String>
,AbstractKeyEntityRepository<AuthResourceAMAttributeEntity,String>
,AbstractKeyNameEntityRepository<AuthResourceAMAttributeEntity,String>
,org.springframework.data.repository.CrudRepository<AuthResourceAMAttributeEntity,String>
,org.springframework.data.jpa.repository.JpaRepository<AuthResourceAMAttributeEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AuthResourceAMAttributeEntity>
,org.springframework.data.repository.PagingAndSortingRepository<AuthResourceAMAttributeEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<AuthResourceAMAttributeEntity>
,org.springframework.data.repository.Repository<AuthResourceAMAttributeEntity,String>
@Repository public interface AuthResourceAMAttributeRepository extends AbstractKeyNameEntityRepository<AuthResourceAMAttributeEntity,String>
This is repository for working with AuthResourceAMAttributeEntity- Author:
- Andrey Lezhebokov
-
-
Method Summary
-
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
-
-