Index
All Classes and Interfaces|All Packages
A
- AttributeHolder - Class in net.croz.nrich.search.model
- AttributeHolder() - Constructor for class net.croz.nrich.search.model.AttributeHolder
- AttributeHolderWithPath - Class in net.croz.nrich.search.model
- AttributeHolderWithPath() - Constructor for class net.croz.nrich.search.model.AttributeHolderWithPath
B
- buildCountQuery(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.support.JpaQueryBuilder
- buildExistsQuery(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.support.JpaQueryBuilder
- buildQuery(R, SearchConfiguration<T, P, R>, Sort) - Method in class net.croz.nrich.search.support.JpaQueryBuilder
C
- calculateFullRestrictionPath(Path<?>, String[]) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- calculateFullSelectionPath(Path<?>, String[]) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- convert(String, Class<?>) - Method in class net.croz.nrich.search.converter.DefaultStringToTypeConverter
- convert(String, List<String>, ManagedType<?>, SearchPropertyConfiguration) - Method in class net.croz.nrich.search.converter.DefaultStringToEntityPropertyMapConverter
- ConverterHolder() - Constructor for class net.croz.nrich.search.converter.DefaultStringToTypeConverter.ConverterHolder
- convertToPathList(String) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- count(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- count(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
- createRepositoryFactory(Class<?>, EntityManager) - Method in class net.croz.nrich.search.factory.SearchRepositoryFactorySupportFactory
D
- DefaultStringToEntityPropertyMapConverter - Class in net.croz.nrich.search.converter
- DefaultStringToEntityPropertyMapConverter() - Constructor for class net.croz.nrich.search.converter.DefaultStringToEntityPropertyMapConverter
- DefaultStringToTypeConverter - Class in net.croz.nrich.search.converter
- DefaultStringToTypeConverter(List<String>, List<String>, String, String) - Constructor for class net.croz.nrich.search.converter.DefaultStringToTypeConverter
- DefaultStringToTypeConverter.ConverterHolder - Class in net.croz.nrich.search.converter
E
- exists(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- exists(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
F
- findAll(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- findAll(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>, Pageable) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- findAll(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>, Sort) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- findAll(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
- findAll(R, SearchConfiguration<T, P, R>, Pageable) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
- findAll(R, SearchConfiguration<T, P, R>, Sort) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
- findByNaturalId(Map<String, Object>) - Method in class net.croz.nrich.search.repository.HibernateNaturalIdSearchExecutor
- findBySimpleNaturalId(I) - Method in class net.croz.nrich.search.repository.HibernateNaturalIdSearchExecutor
- findOne(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
- findOne(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
- fromSearchConfiguration(SearchConfiguration<?, ?, ?>) - Static method in class net.croz.nrich.search.model.SearchDataParserConfiguration
G
- getEntityAsMap() - Method in class net.croz.nrich.search.bean.MapSupportingDirectFieldAccessFallbackBeanWrapper
- getPropertyValue(String) - Method in class net.croz.nrich.search.bean.MapSupportingDirectFieldAccessFallbackBeanWrapper
- getRepositoryFragments(RepositoryMetadata) - Method in class net.croz.nrich.search.factory.SearchRepositoryJpaRepositoryFactory
H
- HibernateNaturalIdSearchExecutor<T> - Class in net.croz.nrich.search.repository
- HibernateNaturalIdSearchExecutor(EntityManager, Class<T>) - Constructor for class net.croz.nrich.search.repository.HibernateNaturalIdSearchExecutor
I
- isElementCollection() - Method in class net.croz.nrich.search.model.AttributeHolder
- isFound() - Method in class net.croz.nrich.search.model.AttributeHolder
- isFound() - Method in class net.croz.nrich.search.model.AttributeHolderWithPath
J
- joinPath(String...) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- joinPath(List<String>, String) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- JpaEntityAttributeResolver - Class in net.croz.nrich.search.support
- JpaEntityAttributeResolver() - Constructor for class net.croz.nrich.search.support.JpaEntityAttributeResolver
- JpaQueryBuilder<T> - Class in net.croz.nrich.search.support
- JpaQueryBuilder() - Constructor for class net.croz.nrich.search.support.JpaQueryBuilder
- JpaSearchExecutor<T> - Class in net.croz.nrich.search.repository
- JpaSearchExecutor(EntityManager, JpaEntityInformation<T, ?>) - Constructor for class net.croz.nrich.search.repository.JpaSearchExecutor
- JpaStringSearchExecutor<T> - Class in net.croz.nrich.search.repository
- JpaStringSearchExecutor(StringToEntityPropertyMapConverter, EntityManager, JpaEntityInformation<T, ?>) - Constructor for class net.croz.nrich.search.repository.JpaStringSearchExecutor
M
- MapSupportingDirectFieldAccessFallbackBeanWrapper - Class in net.croz.nrich.search.bean
- MapSupportingDirectFieldAccessFallbackBeanWrapper(Object) - Constructor for class net.croz.nrich.search.bean.MapSupportingDirectFieldAccessFallbackBeanWrapper
N
- net.croz.nrich.search.aot - package net.croz.nrich.search.aot
- net.croz.nrich.search.bean - package net.croz.nrich.search.bean
- net.croz.nrich.search.converter - package net.croz.nrich.search.converter
- net.croz.nrich.search.factory - package net.croz.nrich.search.factory
- net.croz.nrich.search.model - package net.croz.nrich.search.model
- net.croz.nrich.search.parser - package net.croz.nrich.search.parser
- net.croz.nrich.search.repository - package net.croz.nrich.search.repository
- net.croz.nrich.search.support - package net.croz.nrich.search.support
- net.croz.nrich.search.util - package net.croz.nrich.search.util
- notFound() - Static method in class net.croz.nrich.search.model.AttributeHolder
- notFound() - Static method in class net.croz.nrich.search.model.AttributeHolderWithPath
P
- PathResolvingUtil - Class in net.croz.nrich.search.util
- ProjectionListResolverUtil - Class in net.croz.nrich.search.util
- PropertyNameUtil - Class in net.croz.nrich.search.util
- propertyNameWithoutSuffix(String, SearchPropertyConfiguration) - Static method in class net.croz.nrich.search.util.PropertyNameUtil
Q
- QueryUtil - Class in net.croz.nrich.search.util
R
- registerHints(RuntimeHints, ClassLoader) - Method in class net.croz.nrich.search.aot.SearchRuntimeHintsRegistrar
- removeFirstPathElement(String[]) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
- resolveAttributeByPath(String) - Method in class net.croz.nrich.search.support.JpaEntityAttributeResolver
- resolveRestrictionList() - Method in class net.croz.nrich.search.parser.SearchDataParser
- resolveRestrictionList(String) - Method in class net.croz.nrich.search.parser.SearchDataParser
- resolveSearchProjectionList(Class<?>) - Static method in class net.croz.nrich.search.util.ProjectionListResolverUtil
- Restriction - Class in net.croz.nrich.search.model
- Restriction() - Constructor for class net.croz.nrich.search.model.Restriction
S
- SearchDataParser - Class in net.croz.nrich.search.parser
- SearchDataParser() - Constructor for class net.croz.nrich.search.parser.SearchDataParser
- SearchDataParserConfiguration - Class in net.croz.nrich.search.model
- SearchDataParserConfiguration() - Constructor for class net.croz.nrich.search.model.SearchDataParserConfiguration
- SearchRepositoryFactorySupportFactory - Class in net.croz.nrich.search.factory
- SearchRepositoryFactorySupportFactory() - Constructor for class net.croz.nrich.search.factory.SearchRepositoryFactorySupportFactory
- SearchRepositoryJpaRepositoryFactory - Class in net.croz.nrich.search.factory
- SearchRepositoryJpaRepositoryFactory(EntityManager, StringToEntityPropertyMapConverter) - Constructor for class net.croz.nrich.search.factory.SearchRepositoryJpaRepositoryFactory
- SearchRuntimeHintsRegistrar - Class in net.croz.nrich.search.aot
- SearchRuntimeHintsRegistrar() - Constructor for class net.croz.nrich.search.aot.SearchRuntimeHintsRegistrar
- setPropertyValue(String, Object) - Method in class net.croz.nrich.search.bean.MapSupportingDirectFieldAccessFallbackBeanWrapper
- supports(Class<?>) - Method in class net.croz.nrich.search.converter.DefaultStringToTypeConverter
T
- toCountResult(List<Long>) - Static method in class net.croz.nrich.search.util.QueryUtil
- TYPE_REFERENCE_LIST - Static variable in class net.croz.nrich.search.aot.SearchRuntimeHintsRegistrar
All Classes and Interfaces|All Packages