Uses of Interface
org.fuin.ddd4j.core.EntityType
-
Uses of EntityType in org.fuin.ddd4j.core
Classes in org.fuin.ddd4j.core that implement EntityTypeModifier and TypeClassDescriptionfinal classEntity type based on a string with a maximum length of 255 characters.Methods in org.fuin.ddd4j.core that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeHasEntityTypeConstantValidator.extractValue(Class<?> clasz, String fieldName) Returns a constant of typeEntityTypein a class.@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()JandexEntityIdFactory.typeConstant(Class<?> entityIdClass) Constructors in org.fuin.ddd4j.core with parameters of type EntityTypeModifierConstructorDescriptionAbstractAggregateException(@NotEmpty String message, @NotNull EntityType type, @NotNull AggregateRootId id) Constructor with strongly typed data.AbstractVersionedAggregateException(@NotEmpty String message, @NotNull EntityType type, @NotNull AggregateRootId id, int version) Constructor with strongly typed data.AggregateAlreadyExistsException(@NotNull EntityType type, @NotNull AggregateRootId id, int version) Constructor with typed data.AggregateDeletedException(@NotNull EntityType type, @NotNull AggregateRootId id) Constructor with all data.AggregateNotFoundException(@NotNull EntityType type, @NotNull AggregateRootId id) 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 type, @NotNull AggregateRootId id, int expected, int actual) Constructor with all data.AggregateVersionNotFoundException(@NotNull EntityType type, @NotNull AggregateRootId id, int version) Constructor with all data.IntegerEntityId(@NotNull EntityType entityType, @NotNull Integer id) Constructor with Integer.