public class AppRegistrationRepositoryImpl extends Object implements AppRegistrationRepositoryCustom
AppRegistrationRepositoryCustom
interface.Constructor and Description |
---|
AppRegistrationRepositoryImpl(javax.persistence.EntityManager entityManager) |
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.
|
public AppRegistrationRepositoryImpl(javax.persistence.EntityManager entityManager)
public org.springframework.data.domain.Page<AppRegistration> findAllByTypeAndNameIsLikeAndVersionAndDefaultVersion(ApplicationType type, String name, String version, boolean defaultVersion, org.springframework.data.domain.Pageable pageable)
AppRegistrationRepositoryCustom
findAllByTypeAndNameIsLikeAndVersionAndDefaultVersion
in interface AppRegistrationRepositoryCustom
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.