Class TentackleWurbletsModel
java.lang.Object
org.tentackle.model.impl.ModelImpl
org.tentackle.wurblet.TentackleWurbletsModel
- All Implemented Interfaces:
Model
-
Field Summary
Fields inherited from interface Model
DEFAULT_INDEX_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReadercreateReader(URL url) org.wurbelizer.wurbel.WurbelExceptionGets 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 ModelImpl
addEntityInfo, applyTableAlias, clearModel, createEntityFactory, createEntityInfo, createModelDirectory, getAllEntities, getByClassId, getByEntityName, getByTableName, getByURL, getEntityAliases, getEntityFactory, getEntityInfo, getForeignKeys, getIndexName, getModelDefaults, isSchemaNameMapped, isValidTableAlias, loadFromDirectory, loadFromJar, loadFromResources, loadFromURL, refreshModel, setEntityAliases, setIndexName, setModelDefaults, setSchemaNameMapped, translateAlias, updateCompositePath, updateRelations, updateRelations, validateComponents, validateInheritanceHierarchy
-
Constructor Details
-
TentackleWurbletsModel
-
-
Method Details
-
createReader
- 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
-