Document index use.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4808 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -80,9 +80,10 @@ public class NodeRepository extends DepotRepository
|
||||
public void deleteNode (String nodeName)
|
||||
throws PersistenceException
|
||||
{
|
||||
// INDEX: Full primary key.
|
||||
delete(NodeRecord.class, nodeName);
|
||||
}
|
||||
|
||||
|
||||
@Override // from DepotRepository
|
||||
protected void getManagedRecords (Set<Class<? extends PersistentRecord>> classes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user