Serialized Form
-
Package org.fuin.ddd4j.ddd
-
Class org.fuin.ddd4j.ddd.AbstractDomainEvent
class AbstractDomainEvent extends AbstractEvent implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
aggregateVersion
AggregateVersion aggregateVersion
-
entityIdPath
@NotNull EntityIdPath entityIdPath
-
-
Class org.fuin.ddd4j.ddd.AbstractEvent
class AbstractEvent extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
causationId
EventId causationId
-
correlationId
EventId correlationId
-
eventId
@NotNull(message="event-id must not be null") EventId eventId
-
eventTimestamp
@NotNull(message="event-timestamp must not be null") ZonedDateTime eventTimestamp
-
-
Exception org.fuin.ddd4j.ddd.AggregateAlreadyExistsException
class AggregateAlreadyExistsException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
AggregateAlreadyExistsException.Data data
-
-
Class org.fuin.ddd4j.ddd.AggregateAlreadyExistsException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.AggregateDeletedException
class AggregateDeletedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
AggregateDeletedException.Data data
-
-
Class org.fuin.ddd4j.ddd.AggregateDeletedException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.AggregateNotFoundException
class AggregateNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
AggregateNotFoundException.Data data
-
-
Class org.fuin.ddd4j.ddd.AggregateNotFoundException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Class org.fuin.ddd4j.ddd.AggregateRootUuid
class AggregateRootUuid extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
entityType
EntityType entityType
-
uuid
UUID uuid
-
-
Class org.fuin.ddd4j.ddd.AggregateVersion
class AggregateVersion extends org.fuin.objects4j.vo.AbstractIntegerValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
value
Integer value
-
-
Exception org.fuin.ddd4j.ddd.AggregateVersionConflictException
class AggregateVersionConflictException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
AggregateVersionConflictException.Data data
-
-
Class org.fuin.ddd4j.ddd.AggregateVersionConflictException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.AggregateVersionNotFoundException
class AggregateVersionNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
AggregateVersionNotFoundException.Data data
-
-
Class org.fuin.ddd4j.ddd.AggregateVersionNotFoundException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.DecryptionFailedException
class DecryptionFailedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
DecryptionFailedException.Data data
-
-
Class org.fuin.ddd4j.ddd.DecryptionFailedException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.DuplicateEncryptionKeyIdException
class DuplicateEncryptionKeyIdException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
DuplicateEncryptionKeyIdException.Data data
-
-
Class org.fuin.ddd4j.ddd.DuplicateEncryptionKeyIdException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.DuplicateEntityException
class DuplicateEntityException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
DuplicateEntityException.Data data
-
-
Class org.fuin.ddd4j.ddd.DuplicateEntityException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Class org.fuin.ddd4j.ddd.EncryptedData
class EncryptedData extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.EncryptionKeyIdUnknownException
class EncryptionKeyIdUnknownException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
EncryptionKeyIdUnknownException.Data data
-
-
Class org.fuin.ddd4j.ddd.EncryptionKeyIdUnknownException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.EncryptionKeyVersionUnknownException
class EncryptionKeyVersionUnknownException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class org.fuin.ddd4j.ddd.EncryptionKeyVersionUnknownException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Class org.fuin.ddd4j.ddd.EntityIdPath
class EntityIdPath extends org.fuin.objects4j.vo.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.ddd.EntityNotFoundException
class EntityNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
data
EntityNotFoundException.Data data
-
-
Class org.fuin.ddd4j.ddd.EntityNotFoundException.Data
class Data extends Object implements Serializable- serialVersionUID:
- 1000L
-
Class org.fuin.ddd4j.ddd.EventId
class EventId extends org.fuin.objects4j.vo.AbstractUuidValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
uuid
UUID uuid
-
-
Class org.fuin.ddd4j.ddd.EventType
class EventType extends org.fuin.objects4j.vo.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
str
@NotEmpty @Size(max=255) String str
-
-
Class org.fuin.ddd4j.ddd.IntegerEntityId
class IntegerEntityId extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
entityType
EntityType entityType
-
id
Integer id
-
-
Class org.fuin.ddd4j.ddd.StringBasedEntityType
class StringBasedEntityType extends org.fuin.objects4j.vo.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
str
@NotEmpty @Size(max=255) String str
-
-
-
Package org.fuin.ddd4j.esrepo
-
Class org.fuin.ddd4j.esrepo.AggregateStreamId
class AggregateStreamId extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
paramName
String paramName
-
paramValue
AggregateRootId paramValue
-
type
EntityType type
-
-