Class EntityVisitor
java.lang.Object
com.aquima.interactions.metamodel.impl.EntityVisitor
- All Implemented Interfaces:
IEntityVisitor
Visitor used during initialization to gather the entity definitions.
- Since:
- 5.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isLazyEntity
(String superType) void
The data layer may invoke this method to add a new entity definition.
-
Constructor Details
-
Method Details
-
process
Description copied from interface:IEntityVisitor
The data layer may invoke this method to add a new entity definition.- Specified by:
process
in interfaceIEntityVisitor
- Parameters:
entityDS
- data source that contains the information to initialize an entity.
-
iterateUnresolvedDependencies
-
isLazyEntity
-