public final class JpaApplicationSpecs
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.data.jpa.domain.Specification<ApplicationEntity> |
find(java.lang.String name,
java.lang.String user,
java.util.Set<ApplicationStatus> statuses,
java.util.Set<TagEntity> tags,
java.lang.String type)
Get a specification using the specified parameters.
|
public static org.springframework.data.jpa.domain.Specification<ApplicationEntity> find(@Nullable java.lang.String name, @Nullable java.lang.String user, @Nullable java.util.Set<ApplicationStatus> statuses, @Nullable java.util.Set<TagEntity> tags, @Nullable java.lang.String type)
name - The name of the applicationuser - The name of the user who created the applicationstatuses - The status of the applicationtags - The set of tags to search withtype - The type of applications to fine