Package org.tentackle.wurblet
Class TentackleWurbletsModel
- java.lang.Object
-
- org.tentackle.model.impl.ModelImpl
-
- org.tentackle.wurblet.TentackleWurbletsModel
-
- All Implemented Interfaces:
Model
@Service(org.tentackle.model.Model.class) public class TentackleWurbletsModel extends ModelImpl
Extended model aware of heap-files and global loading exception.Heap files are files with names starting with a dot.
- Author:
- harald
-
-
Constructor Summary
Constructors Constructor Description TentackleWurbletsModel()Creates a model.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ReadercreateReader(String name)org.wurbelizer.wurbel.WurbelExceptiongetLoadingException()Gets the exception that occurred during the initial loading of the model.voidsetLoadingException(org.wurbelizer.wurbel.WurbelException loadingException)Sets the exception that occurred during the initial loading of the model.-
Methods inherited from class org.tentackle.model.impl.ModelImpl
addModelEntity, applyTableAlias, clearModel, createEntityFactory, createModelDirectory, createModelEntity, getAllEntitites, getByClassId, getByEntityName, getByFilePath, getByTableName, getEntityFactory, getForeignKeys, isSchemaNameMapped, isValidTableAlias, loadByFilePath, loadByFilePath, loadModel, parseEntity, refreshModel, setSchemaNameMapped, translateAlias, updateCompositePath, updateRelations, updateRelations, validateComponents, validateInheritanceHierarchy
-
-
-
-
Method Detail
-
createReader
protected Reader createReader(String name) throws ModelException
- Overrides:
createReaderin classModelImpl- Throws:
ModelException
-
getLoadingException
public org.wurbelizer.wurbel.WurbelException getLoadingException()
Gets the exception that occurred during the initial loading of the model.- Returns:
- the exception, null if none
-
setLoadingException
public void setLoadingException(org.wurbelizer.wurbel.WurbelException loadingException)
Sets the exception that occurred during the initial loading of the model.- Parameters:
loadingException- the exception, null if none
-
-