Uses of Record Class
io.fluxzero.sdk.persisting.repository.ModelGraphResolver.Value
Packages that use ModelGraphResolver.Value
-
Uses of ModelGraphResolver.Value in io.fluxzero.sdk.persisting.repository
Methods in io.fluxzero.sdk.persisting.repository that return ModelGraphResolver.ValueModifier and TypeMethodDescriptionDefaultModelRepository.loadCurrentGraphValue(Object modelId, Class<?> modelType) ModelGraphResolver.loadCurrentGraphValue(Object modelId, Class<?> modelType) Loads deliberately current state with its namespace boundary, ignoring any active handler boundary.DefaultModelRepository.loadGraphValue(Object modelId, boolean exact, Class<?> modelType, io.fluxzero.common.api.modeling.ModelReadBoundary boundary) ModelGraphResolver.loadGraphValue(Object modelId, boolean exact, Class<?> modelType, io.fluxzero.common.api.modeling.ModelReadBoundary boundary) Loads a source value and retains the coherent boundary that ordinary single-value APIs do not expose.