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