Interface FindBeansRepositoryCustom<T extends KeyEntity,S extends SearchBean>
-
- All Known Subinterfaces:
AccessCertificationRepository,AccessCertificationRepositoryCustom,AccessRightRepository,AccessRightRepositoryCustom,AdaptiveRiskRepository,AdaptiveRiskRepositoryCustom,AddressRepository,AddressRepositoryCustom,ApproverAssociationRepository,ApproverAssociationRepositoryCustom,AttributeMapRepository,AttributeMapRepositoryCustom,AuthAttributeRepository,AuthAttributeRepositoryCustom,AuthenticationRuleRepository,AuthenticationRuleRepositoryCustom,AuthProviderRepository,AuthProviderRepositoryCustom,AuthResourceAttributeMapRepository,AuthResourceAttributeMapRepositoryCustom,BatchTaskRepository,BatchTaskScheduleRepository,BusinessRuleRepository,BusinessRuleRepositoryCustom,BusinessRuleTargetRepository,BusinessRuleTargetRepositoryCustom,ContentProviderRepository,ContentProviderRepositoryCustom,CSVConfigRepository,CSVConfigRepositoryCustom,EmailAddressRepository,EmailAddressRepositoryCustom,GroupRepository,GroupRepositoryCustom,IdentityQuestionRepository,IdentityQuestionRepositoryCustom,IdentityRepository,IdentityRepositoryCustom,ITPolicyRepository,ITPolicyRepositoryCustom,ITPolicyVersionRepository,ITPolicyVersionRepositoryCustom,LanguageMappingRepository,LanguageMappingRepositoryCustom,LanguageRepository,LanguageRepositoryCustom,LocationRepository,LocationRepositoryCustom,LoginAttributeRepository,LoginAttributeRepositoryCustom,LoginRepository,LoginRepositoryCustom,MailboxConfigurationRepository,MailboxConfigurationRepositoryCustom,MailboxConfigurationTemplateRepository,MailboxConfigurationTemplateRepositoryCustom,MailTemplatePropertiesRepository,MailTemplatePropertiesRepositoryCustom,MailTemplateRepository,MailTemplateRepositoryCustom,ManagedSysRepository,ManagedSysRepositoryCustom,MetadataElementPageTemplateRepository,MetadataElementPageTemplateRepositoryCustom,MetadataElementRepository,MetadataElementRepositoryCustom,MetadataTemplateTypeFieldRepository,MetadataTemplateTypeFieldRepositoryCustom,MetadataTemplateTypeRepository,MetadataTemplateTypeRepositoryCustom,MetadataTypeRepository,MetadataTypeRepositoryCustom,MngSysPolicyRepository,MngSysPolicyRepositoryCustom,OAuthTokenRepository,OAuthTokenRepositoryCustom,OrganizationRepository,OrganizationRepositoryCustom,OrganizationTypeRepository,OrganizationTypeRepositoryCustom,OTPProviderRepository,OTPProviderRepositoryCustom,PasswordDictionaryRepository,PasswordDictionaryRepositoryCustom,PhoneRepository,PhoneRepositoryCustom,PolicyRepository,PolicyRepositoryCustom,ProvisionConnectorRepository,ProvisionConnectorRepositoryCustom,ReconciliationConfigRepository,ReconciliationConfigRepositoryCustom,ResourcePropRepository,ResourcePropRepositoryCustom,ResourceRepository,ResourceRepositoryCustom,ResourceTypeRepository,ResourceTypeRepositoryCustom,RoleRepository,RoleRepositoryCustom,SelfRegistrationStepRepository,SelfRegistrationStepRepositoryCustom,SelfRegistrationWorkflowRepository,SelfRegistrationWorkflowRepositoryCustom,SimulationProvReqCustomRepository,SimulationProvReqRepository,SynchConfigRepository,SynchConfigRepositoryCustom,UIThemeRepository,UIThemeRepositoryCustom,URIPatternRepository,URIPatternRepositoryCustom,UserAttributeRepository,UserAttributeRepositoryCustom,UserIdentityAnswerRepository,UserIdentityAnswerRepositoryCustom,UserITPolicyHistoryRepository,UserITPolicyHistoryRepositoryCustom,UserRepository,UserRepositoryCustom
- All Known Implementing Classes:
AbstractAttributeAwareRepositoryImpl,AbstractKeyEntityRepositoryImpl,AbstractKeyNameEntityRepositoryImpl,AbstractMetadataTypeRepositoryImpl,AccessCertificationRepositoryImpl,AccessRightRepositoryImpl,AdaptiveRiskRepositoryImpl,AddressRepositoryImpl,ApproverAssociationRepositoryImpl,AttributeMapRepositoryImpl,AuthAttributeRepositoryImpl,AuthenticationRuleRepositoryImpl,AuthProviderRepositoryImpl,AuthResourceAttributeMapRepositoryImpl,BatchTaskRepositoryImpl,BatchTaskScheduleRepositoryImpl,BusinessRuleRepositoryImpl,BusinessRuleTargetRepositoryImpl,ContentProviderRepositoryImpl,CSVConfigRepositoryImpl,EmailAddressRepositoryImpl,GroupRepositoryImpl,IdentityQuestionRepositoryImpl,IdentityRepositoryImpl,ITPolicyRepositoryImpl,ITPolicyVersionRepositoryImpl,LanguageMappingRepositoryImpl,LanguageRepositoryImpl,LocationRepositoryImpl,LoginAttributeRepositoryImpl,LoginRepositoryImpl,MailboxConfigurationRepositoryImpl,MailboxConfigurationTemplateRepositoryImpl,MailTemplatePropertiesRepositoryImpl,MailTemplateRepositoryImpl,ManagedSysRepositoryImpl,MetadataElementPageTemplateRepositoryImpl,MetadataElementRepositoryImpl,MetadataTemplateTypeFieldRepositoryImpl,MetadataTemplateTypeRepositoryImpl,MetadataTypeRepositoryImpl,MngSysPolicyRepositoryImpl,OAuthTokenRepositoryImpl,OrganizationRepositoryImpl,OrganizationTypeRepositoryImpl,OTPProviderRepositoryImpl,PasswordDictionaryRepositoryImpl,PhoneRepositoryImpl,PolicyRepositoryImpl,PropertyValueRepositoryImpl,ProvisionConnectorRepositoryImpl,ReconciliationConfigRepositoryImpl,ResourcePropRepositoryImpl,ResourceRepositoryImpl,ResourceTypeRepositoryImpl,RoleRepositoryImpl,SelfRegistrationStepRepositoryImpl,SelfRegistrationWorkflowRepositoryImpl,SimulationProvReqRepositoryImpl,SourceAdapterConfigServiceImpl,SynchConfigRepositoryImpl,UIThemeRepositoryImpl,URIPatternRepositoryImpl,UserAttributeRepositoryImpl,UserIdentityAnswerRepositoryImpl,UserITPolicyHistoryRepositoryImpl,UserRepositoryImpl
public interface FindBeansRepositoryCustom<T extends KeyEntity,S extends SearchBean>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description intcount(S searchBean)counts the entities based on the searchBeanList<T>find(S searchBean)use find(S searchBean, Pageable pageable)default List<T>find(S searchBean, int from, int size)Deprecated.org.springframework.data.domain.Page<T>find(S searchBean, org.springframework.data.domain.Pageable pageable)default List<T>getByExample(S searchBean)Deprecated.default List<T>getByExample(S searchBean, int from, int size)Deprecated.booleanisValidSearchBean(S sb)
-
-
-
Method Detail
-
find
org.springframework.data.domain.Page<T> find(S searchBean, org.springframework.data.domain.Pageable pageable)
-
find
@Deprecated default List<T> find(S searchBean, int from, int size)
Deprecated.use find(S searchBean, Pageable pageable)- Parameters:
searchBean-from-size-- Returns:
-
isValidSearchBean
boolean isValidSearchBean(S sb)
-
find
List<T> find(S searchBean)
use find(S searchBean, Pageable pageable)- Parameters:
searchBean-- Returns:
-
count
int count(S searchBean)
counts the entities based on the searchBean- Parameters:
searchBean-- Returns:
-
getByExample
@Deprecated default List<T> getByExample(S searchBean, int from, int size)
Deprecated.use find(S searchBean, Pageable pageable)- Parameters:
searchBean-from-size-- Returns:
-
getByExample
@Deprecated default List<T> getByExample(S searchBean)
Deprecated.use find(S searchBean, Pageable pageable)- Parameters:
searchBean-- Returns:
-
-