Uses of Interface
org.fuin.ddd4j.ddd.EntityType
Packages that use EntityType
-
Uses of EntityType in org.fuin.ddd4j.ddd
Classes in org.fuin.ddd4j.ddd that implement EntityTypeModifier and TypeClassDescriptionfinal classEntity type based on a string with a maximum length of 255 characters.Methods in org.fuin.ddd4j.ddd that return EntityTypeModifier and TypeMethodDescription@NotNull EntityTypeRepository.getAggregateType()Returns a unique name for the aggregate root type.final EntityTypeAggregateRootUuid.getType()Entity.getType()Returns the unique type.EntityId.getType()Returns the type represented by this identifier.final EntityTypeIntegerEntityId.getType()Constructors in org.fuin.ddd4j.ddd with parameters of type EntityTypeModifierConstructorDescriptionAggregateAlreadyExistsException(@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 EntityTypeModifierConstructorDescriptionAggregateStreamId(EntityType type, String paramName, AggregateRootId paramValue) Constructor with type and id.