Interface ModelQueryComponent

All Known Implementing Classes:
com.onenetwork.platform.data.model.impl.AbstractModelQueryComponent, ConcurrencyVersionRetrieval, ModelFilter, ModelPaging, ModelRetrieval, ModelSort

public interface ModelQueryComponent
Marker interface for components of a query which reads Models. To instantiate ModelQueryComponents, use static methods from ModelQuery. For general information on reading Models from the database, see ModelDataService.read(Class, com.onenetwork.platform.common.usercontext.PlatformUserContext, SqlParams, ModelQueryComponent...)