Interface OptionSourceQueryExecutor
- All Known Implementing Classes:
JpaOptionSourceQueryExecutor
public interface OptionSourceQueryExecutor
Internal executor contract for registered option sources.
-
Method Summary
Modifier and TypeMethodDescriptionbyIdsOptions(jakarta.persistence.EntityManager entityManager, Class<E> entityClass, OptionSourceDescriptor descriptor, Collection<Object> ids) filterOptions(jakarta.persistence.EntityManager entityManager, Class<E> entityClass, org.springframework.data.jpa.domain.Specification<E> specification, OptionSourceDescriptor descriptor, String search, org.springframework.data.domain.Pageable pageable, Collection<Object> includeIds)
-
Method Details
-
filterOptions
<E> org.springframework.data.domain.Page<OptionDTO<Object>> filterOptions(jakarta.persistence.EntityManager entityManager, Class<E> entityClass, org.springframework.data.jpa.domain.Specification<E> specification, OptionSourceDescriptor descriptor, String search, org.springframework.data.domain.Pageable pageable, Collection<Object> includeIds) -
byIdsOptions
<E> List<OptionDTO<Object>> byIdsOptions(jakarta.persistence.EntityManager entityManager, Class<E> entityClass, OptionSourceDescriptor descriptor, Collection<Object> ids)
-