Serialized Form
-
Package org.fuin.ddd4j.core
-
Exception org.fuin.ddd4j.core.AbstractAggregateException
class AbstractAggregateException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.AbstractVersionedAggregateException
class AbstractVersionedAggregateException extends AbstractAggregateException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
version
int version
-
-
Exception org.fuin.ddd4j.core.AggregateAlreadyExistsException
class AggregateAlreadyExistsException extends AbstractVersionedAggregateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.AggregateDeletedException
class AggregateDeletedException extends AbstractAggregateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.AggregateNotFoundException
class AggregateNotFoundException extends AbstractAggregateException implements Serializable- serialVersionUID:
- 1L
-
Class org.fuin.ddd4j.core.AggregateRootUuid
class AggregateRootUuid extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
entityType
EntityType entityType
-
uuid
UUID uuid
-
-
Class org.fuin.ddd4j.core.AggregateVersion
class AggregateVersion extends org.fuin.objects4j.core.AbstractIntegerValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
value
Integer value
-
-
Exception org.fuin.ddd4j.core.AggregateVersionConflictException
class AggregateVersionConflictException extends AbstractAggregateException implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
actual
int actual
-
expected
int expected
-
-
Exception org.fuin.ddd4j.core.AggregateVersionNotFoundException
class AggregateVersionNotFoundException extends AbstractVersionedAggregateException implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.DecryptionFailedException
class DecryptionFailedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.DuplicateEncryptionKeyIdException
class DuplicateEncryptionKeyIdException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyId
String keyId
-
-
Exception org.fuin.ddd4j.core.DuplicateEntityException
class DuplicateEntityException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception org.fuin.ddd4j.core.EncryptionKeyIdUnknownException
class EncryptionKeyIdUnknownException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyId
String keyId
-
-
Exception org.fuin.ddd4j.core.EncryptionKeyVersionUnknownException
class EncryptionKeyVersionUnknownException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyVersion
String keyVersion
-
-
Class org.fuin.ddd4j.core.EntityIdPath
class EntityIdPath extends org.fuin.objects4j.core.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Exception org.fuin.ddd4j.core.EntityNotFoundException
class EntityNotFoundException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.fuin.ddd4j.core.EventId
class EventId extends org.fuin.objects4j.core.AbstractUuidValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
uuid
UUID uuid
-
-
Class org.fuin.ddd4j.core.EventType
class EventType extends org.fuin.objects4j.core.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
str
@NotEmpty @Size(max=255) String str
-
-
Class org.fuin.ddd4j.core.IntegerEntityId
class IntegerEntityId extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
entityType
EntityType entityType
-
id
Integer id
-
-
Class org.fuin.ddd4j.core.StringBasedEntityType
class StringBasedEntityType extends org.fuin.objects4j.core.AbstractStringValueObject implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
str
@NotEmpty @Size(max=255) String str
-
-