Methods
| Modifier and Type |
Method and Description |
void |
add_Id2Object(Object obj,
Long id,
int version,
ResolutionDepth resolutionDepth) |
void |
add_Id2Relation(DomainState.IRelation relat,
Long id,
int version) |
void |
add_Info2Relation(DomainState.IRelation relat,
DomainState.RelationLoadInfo rli) |
void |
addTo_Id2ObjectMap(Object obj,
Long id) |
DomainState |
createCopy() |
boolean |
existsRelation(DomainState.IRelation relat) |
DomainState.IRelation |
findRelation(Object start,
String type) |
Object |
getFrom_Id2ObjectMap(Long id) |
DomainState.RelationLoadInfo |
getFrom_Relation2IdMap(DomainState.IRelation relat) |
Long |
getIdFrom_Object2IdMap(Object key) |
List<DomainState.KeyedRelation> |
getKeyedRelations(DomainState.SourceField2TargetKey key) |
List<DomainState.KeyedRelation> |
getKeyedRelations(DomainState.SourceFieldKey key) |
DomainState.LoadInfo |
getLoadInfoFrom_Object2IdMap(Object key) |
ResolutionDepth |
getResolutionDepth(Object key) |
SurrogateState |
getSurrogateState() |
void |
removeRelation(DomainState.IRelation relat) |
void |
replace_Id2Object(Object old,
Object obj,
Long id) |