public class EntityMemo extends Object
| Constructor and Description |
|---|
EntityMemo() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(Object o) |
void |
remember(Object object,
ClassInfo classInfo)
constructs a 64-bit hash of this object's node properties
and maps the object to that hash.
|
boolean |
remembered(Object object,
ClassInfo classInfo)
determines whether the specified has already
been memorised.
|
public void remember(Object object, ClassInfo classInfo)
object - the object whose persistable properties we want to hashclassInfo - metadata about the objectpublic boolean remembered(Object object, ClassInfo classInfo)
object - the object whose persistable properties we want to checkclassInfo - metadata about the objectpublic void clear()
public boolean contains(Object o)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.