Skip navigation links
A B C D E F G J M N P R S 

A

AttributeHolder - Class in net.croz.nrich.search.model
 
AttributeHolder() - Constructor for class net.croz.nrich.search.model.AttributeHolder
 

B

buildQuery(R, SearchConfiguration<T, P, R>, Sort) - Method in class net.croz.nrich.search.support.JpaQueryBuilder
 

C

calculateFullPath(Path<?>, String[]) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
 
convert(String, List<String>, ManagedType<?>) - Method in class net.croz.nrich.search.converter.DefaultStringToEntityPropertyMapConverter
 
convert(String, Class<?>) - Method in class net.croz.nrich.search.converter.DefaultStringToTypeConverter
 
ConverterHolder() - Constructor for class net.croz.nrich.search.converter.DefaultStringToTypeConverter.ConverterHolder
 
convertToCountQuery(CriteriaQuery<?>) - Method in class net.croz.nrich.search.support.JpaQueryBuilder
 
convertToPathList(String) - Static method in class net.croz.nrich.search.util.PathResolvingUtil
 
count(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
 
count(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
 
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(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
 
exists(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
 

F

findAll(R, SearchConfiguration<T, P, R>) - 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
 
findAll(R, SearchConfiguration<T, P, R>, Pageable) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
 
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>>, Sort) - 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
 
findOne(R, SearchConfiguration<T, P, R>) - Method in class net.croz.nrich.search.repository.JpaSearchExecutor
 
findOne(String, List<String>, SearchConfiguration<T, P, Map<String, Object>>) - Method in class net.croz.nrich.search.repository.JpaStringSearchExecutor
 
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
 

J

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.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
 

P

PathResolvingUtil - Class in net.croz.nrich.search.util
 
ProjectionListResolverUtil - Class in net.croz.nrich.search.util
 

R

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
 
setPropertyValue(String, Object) - Method in class net.croz.nrich.search.bean.MapSupportingDirectFieldAccessFallbackBeanWrapper
 
supports(Class<?>) - Method in class net.croz.nrich.search.converter.DefaultStringToTypeConverter
 
A B C D E F G J M N P R S 
Skip navigation links