Uses of Class
io.fluxzero.sdk.modeling.EntityMetadata
Packages that use EntityMetadata
-
Uses of EntityMetadata in io.fluxzero.sdk.modeling
Methods in io.fluxzero.sdk.modeling that return EntityMetadataModifier and TypeMethodDescriptionChange.metadata()Returns the value of themetadatarecord component.static EntityMetadataReturns the centrally cached entity metadata for a Java type.static EntityMetadataReturns and validates the centrally cached metadata, including all statically typed parent relations reachable from this type.Constructors in io.fluxzero.sdk.modeling with parameters of type EntityMetadataModifierConstructorDescriptionChange(String modelId, Class<?> modelType, long beforeSequenceNumber, Long beforeLastEventIndex, Object before, Object after, Executable handler, UnaryOperator<Entity<?>> directReplay, boolean cascadedDeletion, EntityMetadata metadata, io.fluxzero.common.api.modeling.ModelConflictPolicy conflictPolicy, GraphProjectionCompletion graphProjectionCompletion, boolean active, boolean storeEvent, boolean publishEvent, boolean updateState) Creates an instance of aChangerecord class.