Uses of Class
org.neo4j.kernel.impl.nioneo.store.PrimitiveRecord

Packages that use PrimitiveRecord
org.neo4j.kernel.impl.nioneo.store   
 

Uses of PrimitiveRecord in org.neo4j.kernel.impl.nioneo.store
 

Subclasses of PrimitiveRecord in org.neo4j.kernel.impl.nioneo.store
 class NodeRecord
           
 class RelationshipRecord
           
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type PrimitiveRecord
 void PropertyRecord.setChanged(PrimitiveRecord primitive)
           
 

Constructors in org.neo4j.kernel.impl.nioneo.store with parameters of type PrimitiveRecord
PropertyRecord(long id, PrimitiveRecord primitive)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.