Class EntityVisitor

java.lang.Object
com.aquima.interactions.metamodel.impl.EntityVisitor
All Implemented Interfaces:
IEntityVisitor

public class EntityVisitor extends Object implements IEntityVisitor
Visitor used during initialization to gather the entity definitions.
Since:
5.1
Author:
O. Kerpershoek
  • Constructor Details

    • EntityVisitor

      protected EntityVisitor(MetaModel model)
  • Method Details

    • process

      public void process(IEntityDS entityDS)
      Description copied from interface: IEntityVisitor
      The data layer may invoke this method to add a new entity definition.
      Specified by:
      process in interface IEntityVisitor
      Parameters:
      entityDS - data source that contains the information to initialize an entity.
    • iterateUnresolvedDependencies

      protected Iterator<IEntityDS> iterateUnresolvedDependencies()
    • isLazyEntity

      protected boolean isLazyEntity(String superType)