Class EntityCreation
- java.lang.Object
-
- ydocumentcartpackage.persistence.polyglot.repository.documentcart.EntityCreation
-
-
Constructor Summary
Constructors Constructor Description EntityCreation(Identity id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidforEveryAttribute(java.util.function.BiConsumer<SingleAttributeKey,java.lang.Object> consumer)static java.util.Optional<EntityCreation>from(ChangeSet changeSet)java.lang.Objectget(Key key)IdentitygetId()ReferencegetTypeReference()voidset(SingleAttributeKey key, java.lang.Object value)
-
-
-
Constructor Detail
-
EntityCreation
public EntityCreation(Identity id)
-
-
Method Detail
-
from
public static java.util.Optional<EntityCreation> from(ChangeSet changeSet)
-
getId
public Identity getId()
-
getTypeReference
public Reference getTypeReference()
-
set
public void set(SingleAttributeKey key, java.lang.Object value)
-
get
public java.lang.Object get(Key key)
-
forEveryAttribute
public void forEveryAttribute(java.util.function.BiConsumer<SingleAttributeKey,java.lang.Object> consumer)
-
-