public final class DomainSpecifications extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.kametic.specifications.Specification<Class<?>> |
AGGREGATE_ROOT
The aggregate root specification.
|
static org.kametic.specifications.Specification<Class<?>> |
ASSEMBLER
The assembler specification.
|
static org.kametic.specifications.Specification<Class<?>> |
CLASSIC_ASSEMBLER
The assembler specification matching only the classic assembler, i.e.
|
static org.kametic.specifications.Specification<Class<?>> |
DEFAULT_ASSEMBLER
The assembler specification matching only the default assemblers.
|
static org.kametic.specifications.Specification<Class<?>> |
DEFAULT_REPOSITORY |
static org.kametic.specifications.Specification<Class<?>> |
DTO_OF
The specification for the dtos which require an default assembler to be bound.
|
static org.kametic.specifications.Specification<Class<?>> |
ENTITY
The domain entities specification.
|
static org.kametic.specifications.Specification<Class<?>> |
FACTORY
The domain factory specification.
|
static org.kametic.specifications.Specification<Class<?>> |
FINDER
The finder service specification.
|
static org.kametic.specifications.Specification<Class<?>> |
IDENTITY_HANDLER
The identity handler specification.
|
static org.kametic.specifications.Specification<Class<?>> |
POLICY
The policy specification.
|
static org.kametic.specifications.Specification<Class<?>> |
REPOSITORY
The domain repository specification.
|
static org.kametic.specifications.Specification<Class<?>> |
SERVICE
The domain service specification.
|
static org.kametic.specifications.Specification<Class<?>> |
VALUE_OBJECT
The domain value objects specification.
|
public static final org.kametic.specifications.Specification<Class<?>> AGGREGATE_ROOT
public static final org.kametic.specifications.Specification<Class<?>> ENTITY
public static final org.kametic.specifications.Specification<Class<?>> VALUE_OBJECT
public static final org.kametic.specifications.Specification<Class<?>> REPOSITORY
public static final org.kametic.specifications.Specification<Class<?>> SERVICE
public static final org.kametic.specifications.Specification<Class<?>> FINDER
public static final org.kametic.specifications.Specification<Class<?>> POLICY
public static final org.kametic.specifications.Specification<Class<?>> FACTORY
public static final org.kametic.specifications.Specification<Class<?>> ASSEMBLER
public static final org.kametic.specifications.Specification<Class<?>> CLASSIC_ASSEMBLER
public static final org.kametic.specifications.Specification<Class<?>> DEFAULT_ASSEMBLER
Default assemblers are assembler implementation which are bound for all the DTOs
matching the DTO_OF specification.
public static final org.kametic.specifications.Specification<Class<?>> DEFAULT_REPOSITORY
public static final org.kametic.specifications.Specification<Class<?>> DTO_OF
DEFAULT_ASSEMBLERpublic static final org.kametic.specifications.Specification<Class<?>> IDENTITY_HANDLER
Copyright © 2013-2016–2016 SeedStack. All rights reserved.