Class DetachedEntity
java.lang.Object
ch.tocco.nice2.persist.history.impl.v2.DetachedEntity
Contains all data that should be included in the history snapshot.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionDetachedEntity
(DetachedEntity.EntityData entity, List<DetachedEntity.RelationData> relationData, @Nullable BusinessUnit businessUnit) -
Method Summary
-
Constructor Details
-
DetachedEntity
public DetachedEntity(DetachedEntity.EntityData entity, List<DetachedEntity.RelationData> relationData, @Nullable @Nullable BusinessUnit businessUnit)
-
-
Method Details
-
getEntityData
-
getRelationData
-
getBusinessUnit
-