Uses of Class
org.chenile.query.model.ColumnMetadata
Packages that use ColumnMetadata
Package
Description
Contains the core model of the QUERY API that can be extended by various implementations.
Defines contracts for Search using the query model.
-
Uses of ColumnMetadata in org.chenile.query.model
Methods in org.chenile.query.model that return types with arguments of type ColumnMetadataModifier and TypeMethodDescriptionQueryMetadata.getColumnMetadata()SearchResponse.getColumnMetadata()Method parameters in org.chenile.query.model with type arguments of type ColumnMetadataModifier and TypeMethodDescriptionvoidQueryMetadata.setColumnMetadata(Map<String, ColumnMetadata> columnMetadata) voidSearchResponse.setColumnMetadata(Map<String, ColumnMetadata> metadata) -
Uses of ColumnMetadata in org.chenile.query.service
Methods in org.chenile.query.service with parameters of type ColumnMetadataModifier and TypeMethodDescriptionprotected voidAbstractSearchServiceImpl.constructBetweenQuery(Map<String, Object> enhancedFilters, String name, Object value, ColumnMetadata columnMetadata)