Uses of Interface
org.nuiton.topia.persistence.TopiaEntityVisitor
Packages that use TopiaEntityVisitor
Package
Description
This package contains most of the needed contracts when using ToPIA.
-
Uses of TopiaEntityVisitor in org.nuiton.topia.persistence
Classes in org.nuiton.topia.persistence that implement TopiaEntityVisitorModifier and TypeClassDescriptionclassVisitor to run through the entity graph by depth.classVisitor to run through entities horizontally, then delegate visiting to another visitor.Fields in org.nuiton.topia.persistence declared as TopiaEntityVisitorModifier and TypeFieldDescriptionprotected TopiaEntityVisitorDepthEntityVisitor.delegateVisitorThe business visitor (optional)protected TopiaEntityVisitorHorizontalEntityVisitor.delegateVisitorDelegate visitor.Methods in org.nuiton.topia.persistence with parameters of type TopiaEntityVisitorModifier and TypeMethodDescriptionvoidTopiaEntity.accept(TopiaEntityVisitor visitor) Route the entity using avisitor.Constructors in org.nuiton.topia.persistence with parameters of type TopiaEntityVisitorModifierConstructorDescriptionDepthEntityVisitor(TopiaEntityVisitor delegateVisitor) HorizontalEntityVisitor(TopiaEntityVisitor delegateVisitor) Constructor. -
Uses of TopiaEntityVisitor in org.nuiton.topia.persistence.legacy
Classes in org.nuiton.topia.persistence.legacy that implement TopiaEntityVisitor