Uses of Interface
org.tentackle.model.impl.ModelEntity
-
Packages that use ModelEntity Package Description org.tentackle.model.impl Default model implementation. -
-
Uses of ModelEntity in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement ModelEntity Modifier and Type Class Description classModelEntityImplEntity as a component of a model.Methods in org.tentackle.model.impl that return ModelEntity Modifier and Type Method Description protected ModelEntityModelImpl. createModelEntity(Entity entity, java.lang.String fileName)Creates a model entity wrapper.Methods in org.tentackle.model.impl with parameters of type ModelEntity Modifier and Type Method Description protected voidModelImpl. addModelEntity(ModelEntity modelEntity)Adds an entity to the model.protected voidModelImpl. updateRelations(ModelDefaults defaults, EntityAliases aliases, ModelEntity loadedModelEntity)Updates all relations.
-