Class EntityRelationDiagramDocumentGenerator
java.lang.Object
ru.volnenko.maven.plugin.databasedoc.generator.impl.AbstractGenerator
ru.volnenko.maven.plugin.databasedoc.generator.impl.EntityRelationDiagramDocumentGenerator
- All Implemented Interfaces:
IEntityRelationDiagramDocumentGenerator,IGenerator
public final class EntityRelationDiagramDocumentGenerator
extends AbstractGenerator
implements IEntityRelationDiagramDocumentGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull StringBuilderappend(@NonNull StringBuilder stringBuilder) @NonNull ErdTypeerdType()external()internal()logic()physic()Methods inherited from class ru.volnenko.maven.plugin.databasedoc.generator.impl.AbstractGenerator
generate, stringBuilderMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ru.volnenko.maven.plugin.databasedoc.generator.IGenerator
generate, stringBuilder
-
Constructor Details
-
EntityRelationDiagramDocumentGenerator
public EntityRelationDiagramDocumentGenerator()
-
-
Method Details
-
erdType
@NonNull public @NonNull EntityRelationDiagramDocumentGenerator erdType(@NonNull @NonNull ErdType erdType) - Specified by:
erdTypein interfaceIEntityRelationDiagramDocumentGenerator
-
erdType
- Specified by:
erdTypein interfaceIEntityRelationDiagramDocumentGenerator
-
physic
- Specified by:
physicin interfaceIEntityRelationDiagramDocumentGenerator
-
logic
- Specified by:
logicin interfaceIEntityRelationDiagramDocumentGenerator
-
roots
@NonNull public @NonNull IEntityRelationDiagramDocumentGenerator roots(@NonNull @NonNull List<Root> roots) - Specified by:
rootsin interfaceIEntityRelationDiagramDocumentGenerator
-
internal
- Specified by:
internalin interfaceIEntityRelationDiagramDocumentGenerator
-
external
- Specified by:
externalin interfaceIEntityRelationDiagramDocumentGenerator
-
append
- Specified by:
appendin interfaceIGenerator- Specified by:
appendin classAbstractGenerator
-