Uses of Record Class
com.app.persistence.specification.model.UserSpecification
Packages that use UserSpecification
-
Uses of UserSpecification in com.app.controller.dto.user
Methods in com.app.controller.dto.user that return UserSpecificationModifier and TypeMethodDescriptionUserSpecificationDto.toUserSpecification()
Converts this DTO to aUserSpecification
used for querying the database. -
Uses of UserSpecification in com.app.persistence.specification.impl
Classes in com.app.persistence.specification.impl that implement interfaces with type arguments of type UserSpecificationModifier and TypeClassDescriptionclass
Implementation ofFilterSpecification
for filteringUserEntity
instances dynamically based on the providedUserSpecification
criteria.Methods in com.app.persistence.specification.impl with parameters of type UserSpecificationModifier and TypeMethodDescriptionorg.springframework.data.jpa.domain.Specification
<UserEntity> UserFilterSpecificationImpl.dynamicFilter
(UserSpecification userSpecification) Builds a dynamic JPASpecification
forUserEntity
based on the non-null and non-empty fields of the givenUserSpecification
.