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.
Named Query service implementation classes in Mybatis.
-
Uses of ColumnMetadata in org.chenile.query.model
Fields in org.chenile.query.model with type parameters of type ColumnMetadataModifier and TypeFieldDescriptionprivate Map<String,
ColumnMetadata> QueryMetadata.columnMetadata
private Map<String,
ColumnMetadata> SearchResponse.columnMetadata
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 TypeMethodDescriptionvoid
QueryMetadata.setColumnMetadata
(Map<String, ColumnMetadata> columnMetadata) void
SearchResponse.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 void
AbstractSearchServiceImpl.constructBetweenQuery
(Map<String, Object> enhancedFilters, String name, Object value, ColumnMetadata columnMetadata) -
Uses of ColumnMetadata in org.chenile.query.service.impl
Methods in org.chenile.query.service.impl with parameters of type ColumnMetadataModifier and TypeMethodDescriptionprivate void
NamedQueryServiceSpringMybatisImpl.populateDropDownValues
(ColumnMetadata cmd, Map<String, Object> filters)