A
C
D
E
F
G
I
J
L
M
N
O
P
R
S
T
V
F
- fillInStackTrace() - function in kotlin.Throwable
- Filter - class in no.acntech.kollectiveq
- This class provides filtering functionality on collections with a query string parameter
filter
. - Filter.Companion - class in no.acntech.kollectiveq.Filter
- Filter.Condition - class in no.acntech.kollectiveq.Filter
- Represents a condition used in filtering data.
- Filter.Condition.ConditionGroup - class in no.acntech.kollectiveq.Filter.Condition
- Representation of a condition group that combines multiple conditions with a logical AND or OR.
- Filter.Condition.HavingCondition - class in no.acntech.kollectiveq.Filter.Condition
- Represents a filter-by condition for one-to-many relationships.
- Filter.Condition.HavingFunctionCondition - class in no.acntech.kollectiveq.Filter.Condition
- Represents a condition that checks if a given field value meets a certain function operation condition.
- Filter.Condition.HavingFunctionCondition.Function - class in no.acntech.kollectiveq.Filter.Condition.HavingFunctionCondition
- Filter.Condition.InListCondition - class in no.acntech.kollectiveq.Filter.Condition
- Class representing an "in list" condition.
- Filter.Condition.NotCondition - class in no.acntech.kollectiveq.Filter.Condition
- Represents a negated condition.
- Filter.Condition.NotInListCondition - class in no.acntech.kollectiveq.Filter.Condition
- Represents a condition where a field value is not in a given list of values.
- Filter.Condition.SimpleCondition - class in no.acntech.kollectiveq.Filter.Condition
- Represents a simple condition used in filtering.
- Filter.Operator - class in no.acntech.kollectiveq.Filter
- Filter.Operator.Companion - class in no.acntech.kollectiveq.Filter.Operator
- Filter.Value - class in no.acntech.kollectiveq.Filter
- Represents a sealed class
Value
that can hold different types of values. - Filter.Value.BooleanValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.DateTimeValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.DateValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.DoubleValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.LongValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.MonthDayValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.StringValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.TimeValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.UtcDateTimeValue - class in no.acntech.kollectiveq.Filter.Value
- Filter.Value.YearValue - class in no.acntech.kollectiveq.Filter.Value
- FilterBaseVisitor - class in no.acntech.kollectiveq
- This visitor visits all conditions in the filter and overriding classes can be used to implement custom logic for each condition.
- FilterPrintVisitor - class in no.acntech.kollectiveq
- The FilterPrintVisitor class is responsible for visiting filter conditions and generating a formatted string representation of the conditions.
- FilterPrintVisitor.PrintFormat - class in no.acntech.kollectiveq.FilterPrintVisitor
- FilterRepository - class in no.acntech.kollectiveq.persistence
- Interface for filter repositories that extend JpaRepository.
- FilterValidationVisitor - class in no.acntech.kollectiveq
- This visitor validates that the filter does not contain any conditions that are not allowed.
- FilterVisitor - class in no.acntech.kollectiveq
- Represents a filter visitor interface.
- findAll(org.springframework.data.domain.Example) - function in org.springframework.data.jpa.repository.FilterRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Sort) - function in org.springframework.data.jpa.repository.FilterRepository
- findAll() - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.domain.Example) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Pageable) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Sort) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.domain.Pageable) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.domain.Sort) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.jpa.domain.Specification) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.jpa.domain.Specification,org.springframework.data.domain.Pageable) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll(org.springframework.data.jpa.domain.Specification,org.springframework.data.domain.Sort) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAll() - function in org.springframework.data.repository.FilterRepository
- findAll(org.springframework.data.domain.Pageable) - function in org.springframework.data.repository.FilterRepository
- findAll(org.springframework.data.domain.Sort) - function in org.springframework.data.repository.FilterRepository
- findAll(org.springframework.data.domain.Example,org.springframework.data.domain.Pageable) - function in org.springframework.data.repository.query.FilterRepository
- findAllById(java.lang.Iterable) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findAllById(java.lang.Iterable) - function in org.springframework.data.repository.FilterRepository
- findAttributeByPath(jakarta.persistence.metamodel.EntityType,java.lang.String) - function in no.acntech.kollectiveq.persistence.PersistenceUtils
- Finds an attribute by the given path in the provided entity type.
- findBy(org.springframework.data.domain.Example,java.util.function.Function) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findBy(org.springframework.data.jpa.domain.Specification,java.util.function.Function) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findBy(org.springframework.data.domain.Example,java.util.function.Function) - function in org.springframework.data.repository.query.FilterRepository
- findById(ID) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findById(ID) - function in org.springframework.data.repository.FilterRepository
- findOne(org.springframework.data.domain.Example) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findOne(org.springframework.data.jpa.domain.Specification) - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- findOne(org.springframework.data.domain.Example) - function in org.springframework.data.repository.query.FilterRepository
- FlexibleInstantParser - class in no.acntech.kollectiveq.util.time
- flush() - function in org.springframework.data.jpa.repository.FilterRepository
- flush() - function in org.springframework.data.jpa.repository.support.SimpleJpaRepository
- FunctionsKt - class in no.acntech.kollectiveq.util.lang