Package ch.tocco.nice2.model.entity.api
Interface DataModel
- All Known Subinterfaces:
- NiceDataModel
- All Known Implementing Classes:
- DataModelImpl
public interface DataModel
Provides some entity model infrastructure.
- 
Method SummaryModifier and TypeMethodDescription@Nullable EntityModelgetEntityModel(String model) requireEntityModel(String model) 
- 
Method Details- 
getEntityModelsCollection<EntityModel> getEntityModels()
- 
getEntityModel- Parameters:
- model- the model's name
- Returns:
- null if there is no such model
- See Also:
 
- 
requireEntityModel- Parameters:
- model- the model's name
- Throws:
- ModelException- If there is no such model.
 
- 
getTypeManagerTypeManager getTypeManager()
 
-