Package | Description |
---|---|
org.fastnate.generator.context |
Modifier and Type | Class and Description |
---|---|
static class |
GenerationState.PendingState
Marks all pending updates for an entity, that was not written up to now.
|
Modifier and Type | Field and Description |
---|---|
static GenerationState |
GenerationState.PERSISTED
Marker for an entity, that was written already.
|
Modifier and Type | Field and Description |
---|---|
private Map<Object,GenerationState> |
EntityClass.entityStates
The states of written entities.
|
private Map<String,Map<Object,GenerationState>> |
GeneratorContext.states
Contains the state of single entities, maps from an entity name to the mapping of an id to its state.
|
Modifier and Type | Method and Description |
---|---|
Map<Object,GenerationState> |
EntityClass.getEntityStates()
The states of written entities.
|
Map<String,Map<Object,GenerationState>> |
GeneratorContext.getStates()
Contains the state of single entities, maps from an entity name to the mapping of an id to its state.
|
(package private) Map<Object,GenerationState> |
GeneratorContext.getStates(EntityClass<?> entityClass)
The entity states for the given entity class.
|
Copyright © 2022 fastnate.org. All rights reserved.