Uses of Interface
org.tentackle.model.EntityInfo
Packages that use EntityInfo
Package
Description
Entity model.
Default model implementation.
-
Uses of EntityInfo in org.tentackle.model
Methods in org.tentackle.model that return EntityInfoModifier and TypeMethodDescriptionModel.getEntityInfo(Entity entity) Gets the model information for the given entity.Model.loadFromURL(URL url, boolean updateRelations) Loads an entity from a given URL.
Entities are cached, so they are loaded and parsed only once.Methods in org.tentackle.model that return types with arguments of type EntityInfoModifier and TypeMethodDescriptionModel.loadFromDirectory(String modelDir, boolean updateRelations) Loads the whole model from the model directory if not yet done.Model.loadFromJar(File file, boolean updateRelations) Loads the model from a jar file.
Reads the model files listed inMETA-INF/MODEL-INDEX.LIST.Model.loadFromResources(boolean updateRelations) Loads from resources.
Locates allMETA-INF/MODEL-INDEX.LISTresources and loads the model files. -
Uses of EntityInfo in org.tentackle.model.impl
Classes in org.tentackle.model.impl that implement EntityInfoMethods in org.tentackle.model.impl that return EntityInfoModifier and TypeMethodDescriptionprotected EntityInfoModelImpl.createEntityInfo(ModelDefaults defaults, URL url) Creates a model entity wrapper.ModelImpl.getEntityInfo(Entity entity) ModelImpl.loadFromURL(URL url, boolean updateRelations) Methods in org.tentackle.model.impl that return types with arguments of type EntityInfoModifier and TypeMethodDescriptionModelImpl.loadFromDirectory(String modelDir, boolean updateRelations) ModelImpl.loadFromJar(File file, boolean updateRelations) ModelImpl.loadFromResources(boolean updateRelations) Methods in org.tentackle.model.impl with parameters of type EntityInfoModifier and TypeMethodDescriptionprotected voidModelImpl.addEntityInfo(EntityInfo entityInfo) Adds an entity to the model.protected voidModelImpl.updateRelations(EntityInfo loadedEntityInfo) Updates all relations.