Uses of Interface
org.fuin.ddd4j.ddd.EntityType
-
Packages that use EntityType Package Description org.fuin.ddd4j.ddd org.fuin.ddd4j.esrepo Copyright (C) 2015 Michael Schnell. -
-
Uses of EntityType in org.fuin.ddd4j.ddd
Classes in org.fuin.ddd4j.ddd that implement EntityType Modifier and Type Class Description classStringBasedEntityTypeEntity type based on a string with a maximum length of 255 characters.Methods in org.fuin.ddd4j.ddd that return EntityType Modifier and Type Method Description @NotNull EntityTypeRepository. getAggregateType()Returns a unique name for the aggregate root type.EntityTypeAggregateRootUuid. getType()EntityTypeEntity. getType()Returns the unique type.EntityTypeEntityId. getType()Returns the type represented by this identifier.EntityTypeIntegerEntityId. getType()Constructors in org.fuin.ddd4j.ddd with parameters of type EntityType Constructor Description AggregateAlreadyExistsException(@NotNull EntityType aggregateType, @NotNull AggregateRootId aggregateId, int version)Constructor with all data.AggregateDeletedException(@NotNull EntityType aggregateType, @NotNull AggregateRootId aggregateId)Constructor with all data.AggregateNotFoundException(@NotNull EntityType aggregateType, @NotNull AggregateRootId aggregateId)Constructor with all data.AggregateRootUuid(@NotNull EntityType entityType)Constructor with entity type.AggregateRootUuid(@NotNull EntityType entityType, @NotNull UUID uuid)Constructor with UUID.AggregateVersionConflictException(@NotNull EntityType aggregateType, @NotNull AggregateRootId aggregateId, int expected, int actual)Constructor with all data.AggregateVersionNotFoundException(@NotNull EntityType aggregateType, @NotNull AggregateRootId aggregateId, int version)Constructor with all data.IntegerEntityId(@NotNull EntityType entityType, @NotNull Integer id)Constructor with Integer. -
Uses of EntityType in org.fuin.ddd4j.esrepo
Constructors in org.fuin.ddd4j.esrepo with parameters of type EntityType Constructor Description AggregateStreamId(EntityType type, String paramName, AggregateRootId paramValue)Constructor with type and id.
-