public interface AppRegistrationRepositoryCustom
AppRegistration class.| Modifier and Type | Method and Description |
|---|---|
org.springframework.data.domain.Page<AppRegistration> |
findAllByTypeAndNameIsLikeAndVersionAndDefaultVersion(ApplicationType type,
String name,
String version,
boolean defaultVersion,
org.springframework.data.domain.Pageable pageable)
Function to find all app registrations based on various optional parameters using
predicates.
|
org.springframework.data.domain.Page<AppRegistration> findAllByTypeAndNameIsLikeAndVersionAndDefaultVersion(@Nullable ApplicationType type, @Nullable String name, @Nullable String version, boolean defaultVersion, org.springframework.data.domain.Pageable pageable)
type - application type.name - application name.version - application version.defaultVersion - default version.pageable - enumerates the data to be returned.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.