org.neo4j.kernel.impl.persistence
Interface EntityIdGenerator

All Known Implementing Classes:
IdGenerator

public interface EntityIdGenerator


Method Summary
 void configure(PersistenceSource source)
           
 long getHighestPossibleIdInUse(Class<?> clazz)
           
 long getNumberOfIdsInUse(Class<?> clazz)
           
 long nextId(Class<?> clazz)
           
 

Method Detail

nextId

long nextId(Class<?> clazz)

getHighestPossibleIdInUse

long getHighestPossibleIdInUse(Class<?> clazz)

getNumberOfIdsInUse

long getNumberOfIdsInUse(Class<?> clazz)

configure

void configure(PersistenceSource source)


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