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.modelFields in org.chenile.query.model with type parameters of type ColumnMetadataModifier and TypeFieldDescriptionprivate Map<String,ColumnMetadata> QueryMetadata.columnMetadataprivate Map<String,ColumnMetadata> SearchResponse.columnMetadataMethods 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.serviceMethods in org.chenile.query.service with parameters of type ColumnMetadataModifier and TypeMethodDescriptionprotected voidAbstractSearchServiceImpl.constructBetweenQuery(Map<String, Object> enhancedFilters, String name, Object value, ColumnMetadata columnMetadata) 
- 
Uses of ColumnMetadata in org.chenile.query.service.implMethods in org.chenile.query.service.impl with parameters of type ColumnMetadataModifier and TypeMethodDescriptionprivate voidNamedQueryServiceSpringMybatisImpl.populateDropDownValues(ColumnMetadata cmd, Map<String, Object> filters)