Uses of Annotation Interface
io.fluxzero.sdk.modeling.GraphProjection
Packages that use GraphProjection
-
Uses of GraphProjection in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return GraphProjectionModifier and TypeMethodDescriptionEntityMetadata.RootConfiguration.graphProjection()Returns the value of thegraphProjectionrecord component.EntityMetadata.GraphProjectionRoot.projection()Returns the value of theprojectionrecord component.Constructors in io.fluxzero.sdk.modeling with parameters of type GraphProjectionModifierConstructorDescriptionGraphProjectionRoot(Class<?> modelType, GraphProjection projection) Creates an instance of aGraphProjectionRootrecord class.RootConfiguration(EntityMetadata.RootKind kind, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, AutomaticModelHandling automaticHandling, boolean eventSourced, boolean ignoreUnknownEvents, int snapshotPeriod, int maxSnapshotCount, boolean cached, int cachingDepth, int checkpointPeriod, CommitPolicy commitPolicy, EventPublication eventPublication, EventPublicationStrategy publicationStrategy, boolean searchable, boolean materializeGraph, GraphProjection graphProjection, String collection, String timestampPath, String endPath) Creates an instance of aRootConfigurationrecord class.