Uses of Enum Class
io.fluxzero.sdk.modeling.EntityMetadata.RootKind
Packages that use EntityMetadata.RootKind
-
Uses of EntityMetadata.RootKind in io.fluxzero.sdk.modeling
Subclasses with type arguments of type EntityMetadata.RootKind in io.fluxzero.sdk.modelingMethods in io.fluxzero.sdk.modeling that return EntityMetadata.RootKindModifier and TypeMethodDescriptionEntityMetadata.RootConfiguration.kind()Returns the value of thekindrecord component.static EntityMetadata.RootKindReturns the enum constant of this class with the specified name.static EntityMetadata.RootKind[]EntityMetadata.RootKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.sdk.modeling with parameters of type EntityMetadata.RootKindModifierConstructorDescriptionRootConfiguration(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 directDocument, boolean publicDocument, boolean materializeGraph, GraphProjection graphProjection, String collection, String timestampPath, String endPath) Creates an instance of aRootConfigurationrecord class.